Partilhar via


Propriedade do RDL 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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property Username As String
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .String
The user name that SQL Server Authentication requires.