Compartir a través de


PartnerAlterDatabaseOption.PartnerServer (Propiedad)

Obtiene o establece el servidor asociado.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property PartnerServer As Literal
    Get
    Set
public Literal PartnerServer { get; set; }
public:
property Literal^ PartnerServer {
    Literal^ get ();
    void set (Literal^ value);
}
member PartnerServer : Literal with get, set
function get PartnerServer () : Literal
function set PartnerServer (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Comentarios

Opcional

Seguridad de .NET Framework

Vea también

Referencia

PartnerAlterDatabaseOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)