Freigeben über


AlterTableDropTableElement.DropClusteredConstraintOptions-Eigenschaft

Ruft eine Liste der drop clustered-Einschränkungsoptionen ab.

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

Eigenschaftswert

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

Hinweise

Verfügt möglicherweise über 0 (null) Elemente.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterTableDropTableElement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace