Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property OptionKind As ViewOptionKind
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ViewOptionKind
The type of the view option.