GetChar 方法
Returns a Char that contains the value from the specified column.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function GetChar ( _
ordinal As Integer _
) As Char
用法
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As Char
returnValue = instance.GetChar(ordinal)
public char GetChar(
int ordinal
)
public:
virtual wchar_t GetChar(
int ordinal
) sealed
abstract GetChar :
ordinal:int -> char
override GetChar :
ordinal:int -> char
public final function GetChar(
ordinal : int
) : char
参数
- ordinal
类型:System. . :: . .Int32
The zero-based ordinal position of the column to be retrieved.
返回值
类型:System. . :: . .Char
A Char that contains the value of the specified column.