Proprietà IDTSHttpClientConnection100.ServerUserName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the username used to log on to the server.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property ServerUserName As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSHttpClientConnection100 
Dim value As String 

value = instance.ServerUserName

instance.ServerUserName = value
string ServerUserName { get; set; }
property String^ ServerUserName {
    String^ get ();
    void set (String^ value);
}
abstract ServerUserName : string with get, set
function get ServerUserName () : String 
function set ServerUserName (value : String)

Valore proprietà

Tipo: System.String
The username used to log on to the server.

Vedere anche

Riferimento

IDTSHttpClientConnection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper