ViewOption::OptionKind Property
Gets or sets the type of the view option.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property ViewOptionKind OptionKind { ViewOptionKind get(); void set(ViewOptionKind value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::ViewOptionKindThe type of the view option.
Show: