DropIndexClause.Options 속성

Gets a list of the options for the DROP INDEX statement.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Options As IList(Of IndexOption)
    Get
‘사용 방법
Dim instance As DropIndexClause 
Dim value As IList(Of IndexOption)

value = instance.Options
public IList<IndexOption> Options { get; }
public:
property IList<IndexOption^>^ Options {
    IList<IndexOption^>^ get ();
}
member Options : IList<IndexOption>
function get Options () : IList<IndexOption>

속성 값

유형: System.Collections.Generic.IList<IndexOption>
A list of the options for the DROP INDEX statement.

참고 항목

참조

DropIndexClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스