Propriété DependencyChainCollection.Item
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the Dependency object at the specified index.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Dependency
Get
'Utilisation
Dim instance As DependencyChainCollection
Dim index As Integer
Dim value As Dependency
value = instance(index)
public Dependency this[
int index
] { get; }
public:
property Dependency^ default[int index] {
Dependency^ get (int index);
}
member Item : Dependency
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
The zero-based index of the Dependency object to retrieve.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object at the specified index.