Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Username As String
Get
'Usage
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
Property Value
Type: System.String
The user name that SQL Server authentication requires.