Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ViewOptionKind
The type of the view option.