Partager via


DropClusteredConstraintOption.Option, propriété

Obtient ou définit le type d'option.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.DropClusteredConstraintOptionType
Retourne une valeur d'énumération DropClusteredConstraintOptionType.

Sécurité .NET Framework

Voir aussi

Référence

DropClusteredConstraintOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms