Condividi tramite


Proprietà DropClusteredConstraintOption.Option

Ottiene o imposta il tipo di opzione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property Option As DropClusteredConstraintOptionType
    Get
    Set
public DropClusteredConstraintOptionType Option { get; set; }
public:
property DropClusteredConstraintOptionType Option {
    DropClusteredConstraintOptionType get ();
    void set (DropClusteredConstraintOptionType value);
}
member Option : DropClusteredConstraintOptionType with get, set
function get Option () : DropClusteredConstraintOptionType
function set Option (value : DropClusteredConstraintOptionType)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.DropClusteredConstraintOptionType
Restituisce un valore di enumerazione DropClusteredConstraintOptionType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropClusteredConstraintOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql