共用方式為


DependencyCollection 成員

The DependencyCollection class represents a collection of Dependency objects that are used to derive the node classes in SMO scripting operations.

DependencyCollection 型別公開下列成員。

建構函式

  名稱 描述
公用方法 DependencyCollection Initializes a new instance of the DependencyCollection class.

頂端

方法

  名稱 描述
公用方法 Add Adds a Dependency object to the DependencyCollection object.
公用方法 AddRange
公用方法 Clear Removes all the DependencyCollectionNode objects from the referenced DependencyCollection object.
公用方法 Contains Determines whether the specified DependencyCollectionNode object is a member of the DependencyCollection object.
公用方法 ContainsUrn
公用方法 CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator Gets an enumerator that can iterate through the list of objects.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 IndexOf Returns the index value of the DependencyCollectionNode object within the DependencyCollection object.
公用方法 Insert Inserts a DependencyCollectionNode object at the specified index position in the DependencyCollection object.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Remove Removes a DependencyCollectionNode object from the DependencyCollection object.
公用方法 RemoveAt Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position.
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of DependencyCollectionNode objects in the DependencyCollection object.
公用屬性 Item Gets a DependencyCollectionNode object in the collection by index number.

頂端