Udostępnij przez


Właściwość Item

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera Dependency obiektu określonego indeksu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Dependency
    Get
'Użycie
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
Dependency Obiektu określonego indeksu.