Partager via


Méthode BusinessLogicDataReader.GetBoolean

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 a Boolean.

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

Syntaxe

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

returnValue = instance.GetBoolean(i)
public bool GetBoolean(
    int i
)
public:
virtual bool GetBoolean(
    int i
) sealed
abstract GetBoolean : 
        i:int -> bool  
override GetBoolean : 
        i:int -> bool
public final function GetBoolean(
    i : int
) : boolean

Paramètres

Valeur de retour

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

Implémente

IDataRecord.GetBoolean(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport