ExecuteSpecification.ExecuteContext Property

 

Applies To: SQL Server 2016 Preview

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

public ExecuteContext ExecuteContext { get; set; }
public:
property ExecuteContext^ ExecuteContext {
    ExecuteContext^ get();
    void set(ExecuteContext^ value);
}
member ExecuteContext : ExecuteContext with get, set
Public Property ExecuteContext As ExecuteContext

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ExecuteContext

The execute context.

See Also

ExecuteSpecification Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top