Gets the drop clustered constraint options. May have zero elements.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property DropClusteredConstraintOptions As IList(Of DropClusteredConstraintOption)
Get
用法
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 ();
}
member DropClusteredConstraintOptions : IList<DropClusteredConstraintOption>
function get DropClusteredConstraintOptions () : IList<DropClusteredConstraintOption>
属性值
类型:System.Collections.Generic.IList<DropClusteredConstraintOption>
The drop clustered constraint options.