Propriedade do RDL ContextType
Gets an ExecutionContextType value that indicates the execution context for the module.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property ContextType As ExecutionContextType
Get
'Uso
Dim instance As IExecutionContext
Dim value As ExecutionContextType
value = instance.ContextType
ExecutionContextType ContextType { get; }
property ExecutionContextType ContextType {
ExecutionContextType get ();
}
abstract ContextType : ExecutionContextType
function get ContextType () : ExecutionContextType
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ExecutionContextType
An ExecutionContextType value that indicates the execution context for the module.
Consulte também