SASServerDescriptor

Public Interface to a SAS Server Descriptor.

Server descriptor defines the URL, user id, and logon characteristics of a SASServer

Since

since 8.33
  • url

    The URL of this server.

    Since

    since 8.33
  • Userid of the connection to this server. Can be nil if this server is connected as the guest user

    Since

    since 8.33
  • The users password. Can be nil if connected as the guest user.

    Since

    since 8.33
  • Indicates whether this server connected as a guest. This property is not settable. It returns true if the userid is nil

    Since

    since 8.33
  • Create a SAS server descriptor. This is used to uniquely identify a server and user combination.

    Since

    Since 8.40.0