Share via


Propriété RoleMember.Sid

Gets or sets the security identifier for a RoleMember object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Sid As String 
    Get 
    Set
'Utilisation
Dim instance As RoleMember 
Dim value As String 

value = instance.Sid

instance.Sid = value
public string Sid { get; set; }
public:
property String^ Sid {
    String^ get ();
    void set (String^ value);
}
member Sid : string with get, set
function get Sid () : String 
function set Sid (value : String)

Valeur de propriété

Type : System.String
The session identifier.

Voir aussi

Référence

RoleMember Classe

Espace de noms Microsoft.AnalysisServices