Propriété BusinessLogicDataReader.Item (String)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the value of the specified column.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As Object
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System.String
The name of the column.
Valeur de propriété
Type : System.Object
The value of the specified column.
Implémente
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport