ExpressionEvaluatorClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDTSExpressionEvaluator100 인터페이스에 대한 가상 속성 및 메서드를 제공합니다.
public ref class ExpressionEvaluatorClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ExpressionEvaluator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("AA05297E-8D4E-42DA-A202-4089915B4D5F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ExpressionEvaluatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("18CADA43-5BC6-4C16-BA94-F6C26C9876F2")]
public class ExpressionEvaluatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0B255723-C793-412E-97D9-691F358EB414")]
public class ExpressionEvaluatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ExpressionEvaluator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("AA05297E-8D4E-42DA-A202-4089915B4D5F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ExpressionEvaluatorClass = class
interface IDTSExpressionEvaluator100
interface ExpressionEvaluator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("18CADA43-5BC6-4C16-BA94-F6C26C9876F2")>]
type ExpressionEvaluatorClass = class
interface IDTSExpressionEvaluator100
interface ExpressionEvaluator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0B255723-C793-412E-97D9-691F358EB414")>]
type ExpressionEvaluatorClass = class
interface IDTSExpressionEvaluator100
interface ExpressionEvaluator
Public Class ExpressionEvaluatorClass
Implements ExpressionEvaluator
- 상속
-
ExpressionEvaluatorClass
- 특성
- 구현
생성자
ExpressionEvaluatorClass() |
ExpressionEvaluatorClass 클래스의 새 인스턴스를 초기화합니다. |
속성
EvaluatorContext |
계산기의 컨텍스트를 설정합니다. |
Events |
계산 중 발생할 수 있는 이벤트를 설정합니다. |
Expression |
계산할 문자열 식을 설정합니다. |
LocaleID |
로캘 식별자를 가져오거나 설정합니다. |
메서드
Evaluate(IDTSVariableDispenser100, Object, Boolean) |
식을 계산하는 외부 식 계산기를 호출합니다. |
IsAssignmentExpression(IDTSVariableDispenser100, Boolean) |
식이 대입 식인지 여부를 결정합니다. |
IsBooleanExpression(IDTSVariableDispenser100, Boolean) |
식이 부울 식인지 여부를 결정합니다. |