Свойство ViewOption.OptionKind

Gets or sets the type of the view option.

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

Синтаксис

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

value = instance.OptionKind

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ViewOptionKind
The type of the view option.

См. также

Справочник

ViewOption Класс

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