Condividi tramite


Proprietà IDTSConnectionManagerFtp100.ServerUserName

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

For more information, see ConnectionManagerFtpClass.

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 IDTSConnectionManagerFtp100 
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

Vedere anche

Riferimento

IDTSConnectionManagerFtp100 Interfaccia

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