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.