UserID プロパティ
ConnectionInfo オブジェクトに関連付けられたユーザー識別子を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property UserID As String
Get
'使用
Dim instance As ConnectionInfo
Dim value As String
value = instance.UserID
public string UserID { get; }
public:
property String^ UserID {
String^ get ();
}
member UserID : string
function get UserID () : String
プロパティ値
型: System. . :: . .String
ユーザー識別子です。