SequenceClass.EventInfos 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets a collection of EventInfo object.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable ReadOnly Property EventInfos As IDTSEventInfos100
Get
用法
Dim instance As SequenceClass
Dim value As IDTSEventInfos100
value = instance.EventInfos
public virtual IDTSEventInfos100 EventInfos { get; }
public:
virtual property IDTSEventInfos100^ EventInfos {
IDTSEventInfos100^ get ();
}
abstract EventInfos : IDTSEventInfos100
override EventInfos : IDTSEventInfos100
function get EventInfos () : IDTSEventInfos100
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
A collection of EventInfo object.
实现
IDTSEventsProvider100.EventInfos
注释
For more information, see Sequence.