다음을 통해 공유


Project.Events 속성

Sets the IDTSEvents interface to get various events.

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

구문

‘선언
Public WriteOnly Property Events As IDTSEvents 
    Set
‘사용 방법
Dim instance As Project 
Dim value As IDTSEvents

instance.Events = value
public IDTSEvents Events { set; }
public:
property IDTSEvents^ Events {
    void set (IDTSEvents^ value);
}
member Events : IDTSEvents with get, set
function set Events (value : IDTSEvents)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
The IDTSEvents interface to get various events.

참고 항목

참조

Project 클래스

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