This topic has not yet been rated - Rate this topic

PipelineComponentInfos Class

Contains a collection of PipelineComponentInfo objects. This class cannot be inherited.

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
    Microsoft.SqlServer.Dts.Runtime.PipelineComponentInfos

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class PipelineComponentInfos : DTSReadOnlyCollectionBase

The PipelineComponentInfos type exposes the following members.

  NameDescription
Public propertyCountGets the number of elements contained in the DTSReadOnlyCollectionBase instance. (Inherited from DTSReadOnlyCollectionBase.)
Public propertyIsSynchronizedGets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). (Inherited from DTSReadOnlyCollectionBase.)
Public propertyItemReturns a PipelineComponentInfo object from the collection.
Public propertySyncRootGets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Inherited from DTSReadOnlyCollectionBase.)
Top
  NameDescription
Public methodContainsReturns a Boolean that indicates if the items in the collection can be accessed using indexing without throwing an exception.
Public methodCopyToCopies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from DTSReadOnlyCollectionBase.)
Protected methodCreateManagedObjectInfrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetCountInfrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public methodGetEnumeratorReturns a PipelineComponentInfoEnumerator enumerator for use in iterating over the PipelineComponentInfos collection.
Public methodGetHashCode (Inherited from Object.)
Protected methodGetManagedEnumeratorInfrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Protected fieldm_unmanagedCollInfrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.