Свойство TableOption.OptionKind

Gets or sets the option kind.

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

Синтаксис

'Декларация
Public Property OptionKind As TableOptionKind 
    Get 
    Set
'Применение
Dim instance As TableOption 
Dim value As TableOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public TableOptionKind OptionKind { get; set; }
public:
property TableOptionKind OptionKind {
    TableOptionKind get ();
    void set (TableOptionKind value);
}
member OptionKind : TableOptionKind with get, set
function get OptionKind () : TableOptionKind 
function set OptionKind (value : TableOptionKind)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.TableOptionKind
The option kind.

См. также

Справочник

TableOption Класс

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