Partager via


Propriété AlterTableDropTableElement.DropClusteredConstraintOptions

Gets the drop clustered constraint options. May have zero elements.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DropClusteredConstraintOptions As IList(Of DropClusteredConstraintOption)
    Get
'Utilisation
Dim instance As AlterTableDropTableElement 
Dim value As IList(Of DropClusteredConstraintOption)

value = instance.DropClusteredConstraintOptions
public IList<DropClusteredConstraintOption> DropClusteredConstraintOptions { get; }
public:
property IList<DropClusteredConstraintOption^>^ DropClusteredConstraintOptions {
    IList<DropClusteredConstraintOption^>^ get ();
}
member DropClusteredConstraintOptions : IList<DropClusteredConstraintOption>
function get DropClusteredConstraintOptions () : IList<DropClusteredConstraintOption>

Valeur de propriété

Type : System.Collections.Generic.IList<DropClusteredConstraintOption>
The drop clustered constraint options.

Voir aussi

Référence

AlterTableDropTableElement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom