Partager via


Sid propriété

Gets or sets the security identifier for a RoleMember object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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 la propriété

Type : System. . :: . .String
The session identifier.