Свойство CreateTableStatement.Options

Gets or sets the collection of table options.

Пространство имен:  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 CreateTableStatement 
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 collection of table options.

См. также

Справочник

CreateTableStatement Класс

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