Partager via


Username propriété

Obtient le nom d'utilisateur requis par l'authentification SQL Server pour la connexion à la base de données SQL Server qui stocke les packages Integration Services d'origine ou mis à niveau.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans 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 la propriété

Type : System. . :: . .String
Nom d'utilisateur requis par l'authentification SQL Server.