This topic has not yet been rated - Rate this topic

Connections Class

Contains a collection of ConnectionManager objects that are accessed through the Package object. This class cannot be inherited.

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

The Connections 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 ConnectionManager object from the Connections collection.
Public propertySyncRootGets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. (Inherited from DTSReadOnlyCollectionBase.)
Top
  NameDescription
Public methodAddAdds a ConnectionManager object of the specified connection type to the Connections collection.
Public methodContainsReturns a Boolean that indicates whether the ConnectionManager items in the collection can be accessed by 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 ConnectionEnumerator for use in iterating over the Connections collection.
Public methodGetHashCode (Inherited from Object.)
Protected methodGetManagedEnumeratorInfrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves a ConnectionManager object from the Connections collection.
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.