Поделиться через


Свойство Sid

Gets or sets the security identifier for a RoleMember object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property Sid As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String
The session identifier.