ExpressionEvaluator Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
For more information, see ExpressionEvaluatorClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<CoClassAttribute(GetType(ExpressionEvaluatorClass))> _
<GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")> _
Public Interface ExpressionEvaluator
Inherits IDTSExpressionEvaluator100
[CoClassAttribute(typeof(ExpressionEvaluatorClass))]
[GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface ExpressionEvaluator : IDTSExpressionEvaluator100
[CoClassAttribute(typeof(ExpressionEvaluatorClass))]
[GuidAttribute(L"CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface class ExpressionEvaluator : IDTSExpressionEvaluator100
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluatorClass) */
/** @attribute GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA") */
public interface ExpressionEvaluator extends IDTSExpressionEvaluator100
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluatorClass)
GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")
public interface ExpressionEvaluator extends IDTSExpressionEvaluator100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.