CManagedComponentWrapperClass.EventInfos プロパティ
コンポーネントに関連付けられた IDTSEventInfos100 コレクションを設定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Public Overridable WriteOnly Property EventInfos As IDTSEventInfos100
Set
'使用
Dim instance As CManagedComponentWrapperClass
Dim value As IDTSEventInfos100
instance.EventInfos = value
public virtual IDTSEventInfos100 EventInfos { set; }
public:
virtual property IDTSEventInfos100^ EventInfos {
void set (IDTSEventInfos100^ value);
}
abstract EventInfos : IDTSEventInfos100 with get, set
override EventInfos : IDTSEventInfos100 with get, set
function set EventInfos (value : IDTSEventInfos100)
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
コンポーネントに関連付けられた IDTSEventInfos100 コレクションです。
実装
IDTSRuntimeComponent100.EventInfos