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
이름 | Description | |
---|---|---|
DependencyChainCollection | Overloaded. Initializes a new instance of the DependencyChainCollection class. |
위쪽
Public Properties
이름 | Description | |
---|---|---|
Capacity | (inherited from ArrayList ) | |
Count | (inherited from ArrayList ) | |
IsFixedSize | (inherited from ArrayList ) | |
IsReadOnly | (inherited from ArrayList ) | |
IsSynchronized | (inherited from ArrayList ) | |
Item | Gets a Dependency object in the collection by index number. | |
SyncRoot | (inherited from ArrayList ) |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
Adapter | (inherited from ArrayList ) | |
Add | Overloaded. Adds a Dependency object to the collection. | |
AddRange | (inherited from ArrayList ) | |
BinarySearch | Overloaded. (inherited from ArrayList ) | |
Clear | (inherited from ArrayList ) | |
Clone | (inherited from ArrayList ) | |
Contains | Overloaded. | |
CopyTo | Overloaded. | |
Equals | Overloaded. (inherited from Object ) | |
FixedSize | Overloaded. (inherited from ArrayList ) | |
GetEnumerator | Overloaded. (inherited from ArrayList ) | |
GetHashCode | (inherited from Object ) | |
GetRange | (inherited from ArrayList ) | |
GetType | (inherited from Object ) | |
IndexOf | Overloaded. Returns the index position of the specified Dependency object within the referenced collection. | |
Insert | Overloaded. Inserts a Dependency object in the referenced collection at the specified index position. | |
InsertRange | (inherited from ArrayList ) | |
LastIndexOf | Overloaded. (inherited from ArrayList ) | |
ReadOnly | Overloaded. (inherited from ArrayList ) | |
ReferenceEquals | (inherited from Object ) | |
Remove | Overloaded. | |
RemoveAt | (inherited from ArrayList ) | |
RemoveRange | (inherited from ArrayList ) | |
Repeat | (inherited from ArrayList ) | |
Reverse | Overloaded. (inherited from ArrayList ) | |
SetRange | (inherited from ArrayList ) | |
Sort | Overloaded. (inherited from ArrayList ) | |
Synchronized | Overloaded. (inherited from ArrayList ) | |
ToArray | Overloaded. (inherited from ArrayList ) | |
ToString | (inherited from Object ) | |
TrimToSize | (inherited from ArrayList ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
DependencyChainCollection Class
Microsoft.SqlServer.Management.Smo Namespace