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 execute context.
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 ExecuteAsStatement
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.