Freigeben über


BusinessLogicDataReader.Item-Eigenschaft (String)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the value of the specified column.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Object 
    Get
'Usage
Dim instance As BusinessLogicDataReader 
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: System.Object
The value of the specified column.

Implementiert

IDataRecord.Item[String]

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Item-Überladung

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace