Propriété 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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Username As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The user name that SQL Server authentication requires.