Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the security identifier for a RoleMember object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Sid As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The session identifier.