다음을 통해 공유


ExpressionEvaluatorClass.Events 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Sets the events that can be raised during evaluation.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Overridable WriteOnly Property Events As IDTSInfoEvents100 
    Set
‘사용 방법
Dim instance As ExpressionEvaluatorClass 
Dim value As IDTSInfoEvents100

instance.Events = value
public virtual IDTSInfoEvents100 Events { set; }
public:
virtual property IDTSInfoEvents100^ Events {
    void set (IDTSInfoEvents100^ value);
}
abstract Events : IDTSInfoEvents100 with get, set 
override Events : IDTSInfoEvents100 with get, set
function set Events (value : IDTSInfoEvents100)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Property is write-only and does not return a value.

구현

IDTSExpressionEvaluator100.Events

참고 항목

참조

ExpressionEvaluatorClass 클래스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스