Свойство 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