Свойство AlterTableSetStatement.Options

Gets the list of table options to be set.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of TableOption)
    Get
'Применение
Dim instance As AlterTableSetStatement 
Dim value As IList(Of TableOption)

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

Значение свойства

Тип: System.Collections.Generic.IList<TableOption>
The list of table options to be set.

См. также

Справочник

AlterTableSetStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom