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


Свойство StorageInfo.Username

Gets the user name that SQL Server authentication requires to connect to the SQL Server database that stores either the original or upgraded Службы Integration Services packages.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property Username As String 
    Get
'Применение
Dim instance As StorageInfo 
Dim value As String 

value = instance.Username
public string Username { get; }
public:
property String^ Username {
    String^ get ();
}
member Username : string
function get Username () : String

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

Тип: System.String
The user name that SQL Server authentication requires.

См. также

Справочник

StorageInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime