Compartilhar via


Propriedade do RDL AlterTableDropTableElement.DropClusteredConstraintOptions

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property DropClusteredConstraintOptions As IList(Of DropClusteredConstraintOption)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

AlterTableDropTableElement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom