ConnectionInfo.UserID 屬性
Gets the user identifier associated with the ConnectionInfo object.
命名空間: 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
A user identifier.