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.