Partilhar via


Propriedade do RDL ExecutionContext

Gets or sets an IExecutionContext object that specifies the module execution context.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property ExecutionContext As IExecutionContext
    Get
    Set
'Uso
Dim instance As IMutableUserDefinedFunctionModuleBase
Dim value As IExecutionContext

value = instance.ExecutionContext

instance.ExecutionContext = value
IExecutionContext ExecutionContext { get; set; }
property IExecutionContext^ ExecutionContext {
    IExecutionContext^ get ();
    void set (IExecutionContext^ value);
}
abstract ExecutionContext : IExecutionContext with get, set
function get ExecutionContext () : IExecutionContext
function set ExecutionContext (value : IExecutionContext)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.

Implementa

IUserDefinedFunctionModuleBase. . :: . .ExecutionContext