Classe DependencyChainCollection
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Represents a collection of Dependency objects.
Gerarchia di ereditarietà
System. . :: . .Object
System.Collections. . :: . .ArrayList
Microsoft.SqlServer.Management.Sdk.Sfc..::..DependencyChainCollection
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public Class DependencyChainCollection _
Inherits ArrayList
'Utilizzo
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
Nel tipo DependencyChainCollection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DependencyChainCollection() () () () | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the DependencyChainCollection class. |
![]() |
DependencyChainCollection(DependencyChainCollection) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the DependencyChainCollection class that is a copy of the specified DependencyChainCollection object. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Capacity | Ereditato da ArrayList. |
![]() |
Count | Ereditato da ArrayList. |
![]() |
IsFixedSize | Ereditato da ArrayList. |
![]() |
IsReadOnly | Ereditato da ArrayList. |
![]() |
IsSynchronized | Ereditato da ArrayList. |
![]() |
Item | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the Dependency object at the specified index. |
![]() |
SyncRoot | Ereditato da ArrayList. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add(Object) | Ereditato da ArrayList. |
![]() |
Add(Dependency) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Adds the specified Dependency object to the collection. |
![]() |
AddRange | Ereditato da ArrayList. |
![]() |
BinarySearch(Object) | Ereditato da ArrayList. |
![]() |
BinarySearch(Object, IComparer) | Ereditato da ArrayList. |
![]() |
BinarySearch(Int32, Int32, Object, IComparer) | Ereditato da ArrayList. |
![]() |
Clear | Ereditato da ArrayList. |
![]() |
Clone | Ereditato da ArrayList. |
![]() |
Contains(Object) | Ereditato da ArrayList. |
![]() |
Contains(Dependency) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Determines whether the specified Dependency object is in the collection. |
![]() |
CopyTo(Array) | Ereditato da ArrayList. |
![]() |
CopyTo(Array, Int32) | Ereditato da ArrayList. |
![]() |
CopyTo(array<Dependency> [] () [] [], Int32) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Copies the DependencyChainCollection to the specified array. |
![]() |
CopyTo(Int32, Array, Int32, Int32) | Ereditato da ArrayList. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetEnumerator() () () () | Ereditato da ArrayList. |
![]() |
GetEnumerator(Int32, Int32) | Ereditato da ArrayList. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetRange | Ereditato da ArrayList. |
![]() |
GetType | Ereditato da Object. |
![]() |
IndexOf(Object) | Ereditato da ArrayList. |
![]() |
IndexOf(Dependency) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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) | Ereditato da ArrayList. |
![]() |
IndexOf(Object, Int32, Int32) | Ereditato da ArrayList. |
![]() |
Insert(Int32, Object) | Ereditato da ArrayList. |
![]() |
Insert(Int32, Dependency) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Inserts the specified Dependency object into the collection at the specified index. |
![]() |
InsertRange | Ereditato da ArrayList. |
![]() |
LastIndexOf(Object) | Ereditato da ArrayList. |
![]() |
LastIndexOf(Object, Int32) | Ereditato da ArrayList. |
![]() |
LastIndexOf(Object, Int32, Int32) | Ereditato da ArrayList. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Remove(Object) | Ereditato da ArrayList. |
![]() |
Remove(Dependency) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Removes the specified Dependency object from the collection. |
![]() |
RemoveAt | Ereditato da ArrayList. |
![]() |
RemoveRange | Ereditato da ArrayList. |
![]() |
Reverse() () () () | Ereditato da ArrayList. |
![]() |
Reverse(Int32, Int32) | Ereditato da ArrayList. |
![]() |
SetRange | Ereditato da ArrayList. |
![]() |
Sort() () () () | Ereditato da ArrayList. |
![]() |
Sort(IComparer) | Ereditato da ArrayList. |
![]() |
Sort(Int32, Int32, IComparer) | Ereditato da ArrayList. |
![]() |
ToArray() () () () | Ereditato da ArrayList. |
![]() |
ToArray(Type) | Ereditato da ArrayList. |
![]() |
ToString | Ereditato da Object. |
![]() |
TrimToSize | Ereditato da ArrayList. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.