次の方法で共有


AlterTableDropTableElement.DropClusteredConstraintOptions プロパティ

クラスター化制約削除のオプションを取得します。 要素がゼロの場合もあります。

名前空間:  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>
クラスター化制約削除のオプション。

関連項目

参照

AlterTableDropTableElement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間