Clase DependencyChainCollection
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Represents a collection of Dependency objects.
Jerarquía de herencia
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Class DependencyChainCollection _
Inherits ArrayList
'Uso
Dim instance As DependencyChainCollection
[ComVisibleAttribute(false)]
public class DependencyChainCollection : ArrayList
[ComVisibleAttribute(false)]
public ref class DependencyChainCollection : public ArrayList
[<ComVisibleAttribute(false)>]
type DependencyChainCollection =
class
inherit ArrayList
end
public class DependencyChainCollection extends ArrayList
El tipo DependencyChainCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DependencyChainCollection() | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the DependencyChainCollection class. | |
DependencyChainCollection(DependencyChainCollection) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the DependencyChainCollection class that is a copy of the specified DependencyChainCollection object. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de ArrayList.) | |
Count | (Se hereda de ArrayList.) | |
IsFixedSize | (Se hereda de ArrayList.) | |
IsReadOnly | (Se hereda de ArrayList.) | |
IsSynchronized | (Se hereda de ArrayList.) | |
Item | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the Dependency object at the specified index. | |
SyncRoot | (Se hereda de ArrayList.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add(Object) | (Se hereda de ArrayList.) | |
Add(Dependency) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Adds the specified Dependency object to the collection. | |
AddRange | (Se hereda de ArrayList.) | |
BinarySearch(Object) | (Se hereda de ArrayList.) | |
BinarySearch(Object, IComparer) | (Se hereda de ArrayList.) | |
BinarySearch(Int32, Int32, Object, IComparer) | (Se hereda de ArrayList.) | |
Clear | (Se hereda de ArrayList.) | |
Clone | (Se hereda de ArrayList.) | |
Contains(Object) | (Se hereda de ArrayList.) | |
Contains(Dependency) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Determines whether the specified Dependency object is in the collection. | |
CopyTo(Array) | (Se hereda de ArrayList.) | |
CopyTo(Array, Int32) | (Se hereda de ArrayList.) | |
CopyTo(array<Dependency[], Int32) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Copies the DependencyChainCollection to the specified array. | |
CopyTo(Int32, Array, Int32, Int32) | (Se hereda de ArrayList.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator() | (Se hereda de ArrayList.) | |
GetEnumerator(Int32, Int32) | (Se hereda de ArrayList.) | |
GetHashCode | (Se hereda de Object.) | |
GetRange | (Se hereda de ArrayList.) | |
GetType | (Se hereda de Object.) | |
IndexOf(Object) | (Se hereda de ArrayList.) | |
IndexOf(Dependency) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection. | |
IndexOf(Object, Int32) | (Se hereda de ArrayList.) | |
IndexOf(Object, Int32, Int32) | (Se hereda de ArrayList.) | |
Insert(Int32, Object) | (Se hereda de ArrayList.) | |
Insert(Int32, Dependency) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Inserts the specified Dependency object into the collection at the specified index. | |
InsertRange | (Se hereda de ArrayList.) | |
LastIndexOf(Object) | (Se hereda de ArrayList.) | |
LastIndexOf(Object, Int32) | (Se hereda de ArrayList.) | |
LastIndexOf(Object, Int32, Int32) | (Se hereda de ArrayList.) | |
MemberwiseClone | (Se hereda de Object.) | |
Remove(Object) | (Se hereda de ArrayList.) | |
Remove(Dependency) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Removes the specified Dependency object from the collection. | |
RemoveAt | (Se hereda de ArrayList.) | |
RemoveRange | (Se hereda de ArrayList.) | |
Reverse() | (Se hereda de ArrayList.) | |
Reverse(Int32, Int32) | (Se hereda de ArrayList.) | |
SetRange | (Se hereda de ArrayList.) | |
Sort() | (Se hereda de ArrayList.) | |
Sort(IComparer) | (Se hereda de ArrayList.) | |
Sort(Int32, Int32, IComparer) | (Se hereda de ArrayList.) | |
ToArray() | (Se hereda de ArrayList.) | |
ToArray(Type) | (Se hereda de ArrayList.) | |
ToString | (Se hereda de Object.) | |
TrimToSize | (Se hereda de ArrayList.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.