Server.SessionID Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public string SessionID { get; }
public:
property String^ SessionID {
    String^ get();
}
member SessionID : string with get
Public ReadOnly Property SessionID As String

Property Value

Type: System.String

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top