Condividi tramite


Proprietà Item (String)

Gets the object that specifies the string indexer. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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 ( _
    name As String _
) As Object
    Get
'Utilizzo
Dim instance As DataProvider
Dim name As String
Dim value As Object

value = instance(name)
public Object this[
    string name
] { get; }
public:
virtual property Object^ default[String^ name] {
    Object^ get (String^ name) sealed;
}
abstract Item : Object
override Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: System. . :: . .Object
The object that specifies the string indexer.

Implementa

IDataRecord. . :: . .Item[ ( [ ( String] ) ] )