共用方式為


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

參數

傳回值

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

實作

IDataRecord. . :: . .GetString(Int32)