다음을 통해 공유


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.