Item-Eigenschaft (Int32)
Gets the item corresponding to the ordinal position idx.Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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 ( _
idx As Integer _
) As Object
Get
'Usage
Dim instance As DataProvider
Dim idx As Integer
Dim value As Object
value = instance(idx)
public Object this[
int idx
] { get; }
public:
virtual property Object^ default[int idx] {
Object^ get (int idx) sealed;
}
abstract Item : Object
override Item : Object
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- idx
Typ: System. . :: . .Int32
The zero-based column ordinal.
Eigenschaftswert
Typ: System. . :: . .Object
The value of the specified column in its native format.
Implementiert
Siehe auch