Item-Eigenschaft
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the Dependency object at the specified index.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Dependency
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System. . :: . .Int32
The zero-based index of the Dependency object to retrieve.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object at the specified index.
Siehe auch