Propriété Item

Ne référencez pas directement 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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object at the specified index.