Freigeben über


DropClusteredConstraintOption.Option-Eigenschaft

Ruft den Optionstyp ab oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.DropClusteredConstraintOptionType
Gibt einen DropClusteredConstraintOptionType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DropClusteredConstraintOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace