xSession.databaseSpid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a comma-separated list of active connection IDs.
public:
virtual System::String ^ databaseSpid();
public virtual string databaseSpid ();
abstract member databaseSpid : unit -> string
override this.databaseSpid : unit -> string
Public Overridable Function databaseSpid () As String
Returns
A comma-separated list of active connection IDs.
Remarks
This method is used to populate the Online users form (SysUsersOnline). To retrieve the number of active connections, use xSession::numSession.