RoleMember.Sid Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the security identifier for a RoleMember object.

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

Syntax

public string Sid { get; set; }
public:
property String^ Sid {
    String^ get();
    void set(String^ value);
}
member Sid : string with get, set
Public Property Sid As String

Property Value

Type: System.String

The session identifier.

See Also

RoleMember Class
Microsoft.AnalysisServices Namespace

Return to top