Sid 속성
Gets or sets the security identifier for a RoleMember object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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.