共用方式為


AlterTableDropTableElement.DropClusteredConstraintOptions 屬性

取得卸除叢集條件約束選項的清單。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<DropClusteredConstraintOption>

備註

可能有零個項目。

.NET Framework 安全性

請參閱

參考

AlterTableDropTableElement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間