Compartilhar via


Propriedade PartnerAlterDatabaseOption.Option

Obtém ou define a opção de parceiro.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property Option As PartnerAlterDatabaseOptionKind
    Get
    Set
public PartnerAlterDatabaseOptionKind Option { get; set; }
public:
property PartnerAlterDatabaseOptionKind Option {
    PartnerAlterDatabaseOptionKind get ();
    void set (PartnerAlterDatabaseOptionKind value);
}
member Option : PartnerAlterDatabaseOptionKind with get, set
function get Option () : PartnerAlterDatabaseOptionKind
function set Option (value : PartnerAlterDatabaseOptionKind)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

PartnerAlterDatabaseOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql