Поделиться через


Свойство SqlOlapConnectionInfoBase.UserName

Gets or sets the user that is connecting to the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public Property UserName As String 
    Get 
    Set
'Применение
Dim instance As SqlOlapConnectionInfoBase 
Dim value As String 

value = instance.UserName

instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String 
function set UserName (value : String)

Значение свойства

Тип: System.String
A String value that specifies the user that is connecting to the instance of SQL Server.

См. также

Справочник

SqlOlapConnectionInfoBase Класс

Пространство имен Microsoft.SqlServer.Management.Common