共用方式為


GetBoolean 方法

Returns a Boolean value from the record at the specified column position.

命名空間:  Microsoft.SqlServer.Management.Trace
組件:  Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

語法

'宣告
Public Function GetBoolean ( _
    ordinal As Integer _
) As Boolean
'用途
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Boolean

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

參數

傳回值

型別:System. . :: . .Boolean
A Boolean value that represents the data at the specified column position.

實作

IDataRecord. . :: . .GetBoolean(Int32)

範例

Readme_Tracer