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 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.