共用方式為


AlterTableDropTableElement.DropClusteredConstraintOptions 屬性

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.

請參閱

參考

AlterTableDropTableElement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間