다음을 통해 공유


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 네임스페이스