LogProviderInfos 类

定义

包含 LogProviderInfo 对象的集合。 此类不能被继承。

public ref class LogProviderInfos sealed : Microsoft::SqlServer::Dts::Runtime::DTSReadOnlyCollectionBase
public sealed class LogProviderInfos : Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
type LogProviderInfos = class
    inherit DTSReadOnlyCollectionBase
Public NotInheritable Class LogProviderInfos
Inherits DTSReadOnlyCollectionBase
继承

字段

m_unmanagedColl

非托管集合。

(继承自 DTSReadOnlyCollectionBase)

属性

Count

获取 DTSReadOnlyCollectionBase 实例中包含的元素数。

(继承自 DTSReadOnlyCollectionBase)
IsSynchronized

获取一个值,该值指示是否同步对 DTSReadOnlyCollectionBase 的访问(线程安全)。

(继承自 DTSReadOnlyCollectionBase)
Item[Object]

从集合中获取一个 LogProviderInfo 对象。 该 Item[Object] 属性是类的默认索引器 LogProviderInfos ,允许使用 LogProviderInfos 查找值? 语法重写语句。

SyncRoot

获取可用于同步对 DTSReadOnlyCollectionBase 的访问的对象。

(继承自 DTSReadOnlyCollectionBase)

方法

Contains(Object)

返回一个布尔值,该值指示是否可以使用索引访问集合中的项而不引发异常。

CopyTo(Array, Int32)

从目标数组的指定索引处开始,将整个 DTSReadOnlyCollectionBase 复制到兼容的一维数组。

(继承自 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

从非托管对象创建托管对象。

(继承自 DTSReadOnlyCollectionBase)
GetCount()

检索集合中对象的数目。

(继承自 DTSReadOnlyCollectionBase)
GetEnumerator()

返回用于遍历 LogProviderInfos 集合的枚举器。

GetManagedEnumerator(Object)

从非托管枚举器获取托管枚举器。

(继承自 DTSReadOnlyCollectionBase)

适用于