Свойство 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.