DependencyChainCollection Members

The DependencyChainCollection class represents a collection of Dependency objects used in dependency discovery operations.

The following tables list the members exposed by the DependencyChainCollection type.

Public Constructors

  Name Description
DependencyChainCollection Overloaded. Initializes a new instance of the DependencyChainCollection class.

Top

Public Properties

  Name Description
ms219467.pubproperty(en-US,SQL.90).gif Capacity  (inherited from ArrayList )
ms219467.pubproperty(en-US,SQL.90).gif Count  (inherited from ArrayList )
ms219467.pubproperty(en-US,SQL.90).gif IsFixedSize  (inherited from ArrayList )
ms219467.pubproperty(en-US,SQL.90).gif IsReadOnly  (inherited from ArrayList )
ms219467.pubproperty(en-US,SQL.90).gif IsSynchronized  (inherited from ArrayList )
ms219467.pubproperty(en-US,SQL.90).gif Item Gets a Dependency object in the collection by index number.
ms219467.pubproperty(en-US,SQL.90).gif SyncRoot  (inherited from ArrayList )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif Adapter  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Add Overloaded. Adds a Dependency object to the collection.
ms219467.pubmethod(en-US,SQL.90).gif AddRange  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif BinarySearch  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Clear  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Clone  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Contains Overloaded.  
ms219467.pubmethod(en-US,SQL.90).gif CopyTo Overloaded.  
ms219467.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif FixedSize  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif GetEnumerator  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms219467.pubmethod(en-US,SQL.90).gif GetRange  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms219467.pubmethod(en-US,SQL.90).gif IndexOf Overloaded. Returns the index position of the specified Dependency object within the referenced collection.
ms219467.pubmethod(en-US,SQL.90).gif Insert Overloaded. Inserts a Dependency object in the referenced collection at the specified index position.
ms219467.pubmethod(en-US,SQL.90).gif InsertRange  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif LastIndexOf  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif ReadOnly  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219467.pubmethod(en-US,SQL.90).gif Remove Overloaded.  
ms219467.pubmethod(en-US,SQL.90).gif RemoveAt  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif RemoveRange  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif Repeat  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Reverse  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif SetRange  (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif Sort  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gifms219467.static(en-US,SQL.90).gif Synchronized  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif ToArray  Overloaded. (inherited from ArrayList )
ms219467.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms219467.pubmethod(en-US,SQL.90).gif TrimToSize  (inherited from ArrayList )

Top

Protected Methods

  Name Description
ms219467.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219467.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DependencyChainCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Scripting