IDTSExpressionEvaluator100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define las propiedades y métodos para el objeto ExpressionEvaluator.
public interface class IDTSExpressionEvaluator100
[System.Runtime.InteropServices.Guid("C0A2EEB7-7364-4263-9022-5399579E44E7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSExpressionEvaluator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("D0DCE1AB-3770-4BF4-80B6-7A78809EA36B")]
public interface IDTSExpressionEvaluator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("EED47A83-21BE-4A1A-9AA7-5239A98D9362")]
public interface IDTSExpressionEvaluator100
[<System.Runtime.InteropServices.Guid("C0A2EEB7-7364-4263-9022-5399579E44E7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSExpressionEvaluator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("D0DCE1AB-3770-4BF4-80B6-7A78809EA36B")>]
type IDTSExpressionEvaluator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("EED47A83-21BE-4A1A-9AA7-5239A98D9362")>]
type IDTSExpressionEvaluator100 = interface
Public Interface IDTSExpressionEvaluator100
- Derivado
- Atributos
Propiedades
EvaluatorContext |
Establece el contexto de evaluador del objeto IDTSExpressionEvaluator100. |
Events |
Establece eventos informativos, de advertencia y de error. |
Expression |
Establece la expresión contenida en un objeto IDTSExpressionEvaluator100. |
LocaleID |
Obtiene o establece el identificador de la configuración regional. |
Métodos
Evaluate(IDTSVariableDispenser100, Object, Boolean) |
Evalúa la expresión. |
IsAssignmentExpression(IDTSVariableDispenser100, Boolean) |
Indica que se trata de una expresión de asignación. |
IsBooleanExpression(IDTSVariableDispenser100, Boolean) |
Indica que se trata de una expresión booleana. |