ViewOption.OptionKind Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the view option.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public ViewOptionKind OptionKind { get; set; }
public:
property ViewOptionKind OptionKind {
    ViewOptionKind get();
    void set(ViewOptionKind value);
}
member OptionKind : ViewOptionKind with get, set
Public Property OptionKind As ViewOptionKind

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ViewOptionKind

The type of the view option.

See Also

ViewOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top