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