다음을 통해 공유


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.

맨 위로 이동