Compartir a través de


IDTSFtpClientConnection100.ServerName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the server.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property ServerName As String 
    Get 
    Set
'Uso
Dim instance As IDTSFtpClientConnection100 
Dim value As String 

value = instance.ServerName

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

Valor de la propiedad

Tipo: System.String
The name of the server.

Vea también

Referencia

IDTSFtpClientConnection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper