Propriété ExecutionContext
Gets or sets an IExecutionContext object that specifies the module execution context.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property ExecutionContext As IExecutionContext
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IExecutionContext
The IExecutionContext object that specifies the module execution context.