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 命名空间