Server.SessionID Property

 

Applies To: SQL Server 2016 Preview

Gets the session ID for the server.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlIgnoreAttribute]
public string SessionID { get; }
public:
[XmlIgnoreAttribute]
property String^ SessionID {
    String^ get();
}
[<XmlIgnoreAttribute>]
member SessionID : string with get
<XmlIgnoreAttribute>
Public ReadOnly Property SessionID As String

Property Value

Type: System.String

The session ID.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top