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)
public IList<DropClusteredConstraintOption> DropClusteredConstraintOptions { get; }
public:
property IList<DropClusteredConstraintOption^>^ DropClusteredConstraintOptions {
    IList<DropClusteredConstraintOption^>^ get ();
}
member DropClusteredConstraintOptions : IList<DropClusteredConstraintOption>
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

Microsoft.Data.Schema.ScriptDom.Sql Namespace