Compartir a través de


DataProvider.GetBoolean Método

Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function GetBoolean ( _
    i As Integer _
) As Boolean
'Uso
Dim instance As DataProvider 
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

Parámetros

Valor devuelto

Tipo: System.Boolean
The value of the column.

Implementa

IDataRecord.GetBoolean(Int32)

Vea también

Referencia

DataProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc