EventInfos 屬性
Returns a collection of EventInfo objects. This field is read-only.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property EventInfos As EventInfos
Get
'用途
Dim instance As EventsProvider
Dim value As EventInfos
value = instance.EventInfos
public EventInfos EventInfos { get; }
public:
property EventInfos^ EventInfos {
EventInfos^ get ();
}
member EventInfos : EventInfos
function get EventInfos () : EventInfos
屬性值
型別:Microsoft.SqlServer.Dts.Runtime. . :: . .EventInfos
Returns an EventInfos collection.
備註
The EventInfos collection is used to hold custom events and events that you want the task to raise during execution. When creating a custom task, you use this class to add your own custom events to the runtime.