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.