LogEntryInfos 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 LogEntryInfo 对象的集合。 此类不能被继承。
public ref class LogEntryInfos sealed : Microsoft::SqlServer::Dts::Runtime::DTSReadOnlyCollectionBase
public sealed class LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
type LogEntryInfos = class
inherit DTSReadOnlyCollectionBase
Public NotInheritable Class LogEntryInfos
Inherits DTSReadOnlyCollectionBase
- 继承
注解
此类继承自 DTSReadOnlyCollectionBase。
字段
m_unmanagedColl |
非托管集合。 (继承自 DTSReadOnlyCollectionBase) |
属性
Count |
获取 DTSReadOnlyCollectionBase 实例中包含的元素数。 (继承自 DTSReadOnlyCollectionBase) |
IsSynchronized |
获取一个值,该值指示是否同步对 DTSReadOnlyCollectionBase 的访问(线程安全)。 (继承自 DTSReadOnlyCollectionBase) |
Item[Object] |
从集合中获取一个 LogEntryInfo 对象。 属性 Item[Object] 是类的默认索引器 LogEntryInfos ,允许使用 LogEntryInfos 查找值。 语法重写语句。 |
SyncRoot |
获取可用于同步对 DTSReadOnlyCollectionBase 的访问的对象。 (继承自 DTSReadOnlyCollectionBase) |
方法
Add(String, String, DTSLogEntryFrequency) |
将新的 LogEntryInfo 对象添加到 LogEntryInfos 集合。 |
Contains(Object) |
指示是否可以通过使用索引访问集合中的项而不引发异常。 |
CopyTo(Array, Int32) |
从目标数组的指定索引处开始,将整个 DTSReadOnlyCollectionBase 复制到兼容的一维数组。 (继承自 DTSReadOnlyCollectionBase) |
CreateManagedObject(Object) |
从非托管对象创建托管对象。 (继承自 DTSReadOnlyCollectionBase) |
GetCount() |
检索集合中对象的数目。 (继承自 DTSReadOnlyCollectionBase) |
GetEnumerator() |
返回托管的 LogEntryInfoEnumerator 以遍历 LogEntryInfos 集合。 |
GetManagedEnumerator(Object) |
从非托管枚举器获取托管枚举器。 (继承自 DTSReadOnlyCollectionBase) |
Remove(Object) |
从 LogEntryInfo 集合中删除 LogEntryInfos 对象。 |