AdomdDataReader.GetString 方法

Returns a String that contains the value from the specified column.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function GetString ( _
    i As Integer _
) As String
用法
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As String 

returnValue = instance.GetString(i)
public string GetString(
    int i
)
public:
virtual String^ GetString(
    int i
) sealed
abstract GetString : 
        i:int -> string  
override GetString : 
        i:int -> string
public final function GetString(
    i : int
) : String

参数

  • i
    类型:System.Int32
    The zero-based ordinal position of the column to be retrieved.

返回值

类型:System.String
A String that contains the value of the specified column.

实现

IDataRecord.GetString(Int32)

请参阅

参考

AdomdDataReader 类

Microsoft.AnalysisServices.AdomdServer 命名空间