Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the execute context in which the statement is executed.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ExecuteContext As ExecuteContext
Get
Set
'Usage
Dim instance As ExecuteSpecification
Dim value As ExecuteContext
value = instance.ExecuteContext
instance.ExecuteContext = value
public ExecuteContext ExecuteContext { get; set; }
public:
property ExecuteContext^ ExecuteContext {
ExecuteContext^ get ();
void set (ExecuteContext^ value);
}
member ExecuteContext : ExecuteContext with get, set
function get ExecuteContext () : ExecuteContext
function set ExecuteContext (value : ExecuteContext)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ExecuteContext
The execute context.