Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of the execute option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As ExecuteOptionKind
Get
Set
'Usage
Dim instance As ExecuteOption
Dim value As ExecuteOptionKind
value = instance.OptionKind
instance.OptionKind = value
public ExecuteOptionKind OptionKind { get; set; }
public:
property ExecuteOptionKind OptionKind {
ExecuteOptionKind get ();
void set (ExecuteOptionKind value);
}
member OptionKind : ExecuteOptionKind with get, set
function get OptionKind () : ExecuteOptionKind
function set OptionKind (value : ExecuteOptionKind)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ExecuteOptionKind
The type of the execute option.