Proprietà Item
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the Dependency object at the specified index.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As Dependency
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
The zero-based index of the Dependency object to retrieve.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object at the specified index.
Vedere anche