Compartir a través de


ServerName Propiedad

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

For more information, see ConnectionManager.

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

Sintaxis

'Declaración
Public Overridable Property ServerName As String
    Get
    Set
'Uso
Dim instance As ConnectionManagerSqlMobileClass
Dim value As String

value = instance.ServerName

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

Valor de la propiedad

Tipo: System. . :: . .String

Implementa

IDTSConnectionManagerDatabaseParameters100. . :: . .ServerName