Метод DataProvider.GetBoolean
Returns data for the specified column with the given type. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function GetBoolean ( _
i As Integer _
) As Boolean
'Применение
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
Параметры
- i
Тип: System.Int32
The zero-based column ordinal.
Возвращаемое значение
Тип: System.Boolean
The value of the column.