Partager via


Méthode BusinessLogicDataReader.GetValue

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 as an instance of Object.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function GetValue ( _
    i As Integer _
) As Object
'Utilisation
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As Object 

returnValue = instance.GetValue(i)
public Object GetValue(
    int i
)
public:
virtual Object^ GetValue(
    int i
) sealed
abstract GetValue : 
        i:int -> Object  
override GetValue : 
        i:int -> Object
public final function GetValue(
    i : int
) : Object

Paramètres

Valeur de retour

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

Implémente

IDataRecord.GetValue(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport