Udostępnij przez


Właściwość IDTSFtpClientConnection100.ServerUserName

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat FTPClientConnection100Class.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Property ServerUserName As String
    Get
    Set
'Użycie
Dim instance As IDTSFtpClientConnection100
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)

Wartość właściwości

Typ: System.String