Item Propiedad (Int32)
Gets the item corresponding to the ordinal position idx.No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
idx As Integer _
) As Object
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- idx
Tipo: System. . :: . .Int32
The zero-based column ordinal.
Valor de la propiedad
Tipo: System. . :: . .Object
The value of the specified column in its native format.
Implementa
Vea también