Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns an Int32 that contains the value from the specified column.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function GetInt32 ( _
i As Integer _
) As Integer
public int GetInt32 (
int i
)
public:
virtual int GetInt32 (
int i
) sealed
public final int GetInt32 (
int i
)
public final function GetInt32 (
i : int
) : int
Parametri
- i
The zero-based ordinal position of the column to be retrieved.
Valore restituito
An Int32 that contains the value of the specified column.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace