EventHandlers プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「ForEachLoop」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable ReadOnly Property EventHandlers As IDTSEventHandlers100
Get
'使用
Dim instance As ForEachLoopClass
Dim value As IDTSEventHandlers100
value = instance.EventHandlers
public virtual IDTSEventHandlers100 EventHandlers { get; }
public:
virtual property IDTSEventHandlers100^ EventHandlers {
IDTSEventHandlers100^ get ();
}
abstract EventHandlers : IDTSEventHandlers100
override EventHandlers : IDTSEventHandlers100
function get EventHandlers () : IDTSEventHandlers100