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.