Share via


AlterTableDropTableElement.DropClusteredConstraintOptions Property

Gets a list of the drop clustered constraint options.

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

Syntax

'Declaration
Public ReadOnly Property DropClusteredConstraintOptions As IList(Of DropClusteredConstraintOption)
'Usage
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 ();
}
public function get DropClusteredConstraintOptions () : IList<DropClusteredConstraintOption>

Property Value

Type: System.Collections.Generic.IList<DropClusteredConstraintOption>

Remarks

May have zero elements.

.NET Framework Security

See Also

Reference

AlterTableDropTableElement Class

AlterTableDropTableElement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace