PartnerAlterDatabaseOption.PartnerServer 属性

获取或设置合作伙伴服务器。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

备注

可选。

.NET Framework 安全性

请参见

参考

PartnerAlterDatabaseOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间