Compartir a través de


AdomdDataReader.GetGuid Método

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetGuid ( _
    i As Integer _
) As Guid
'Uso
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As Guid 

returnValue = instance.GetGuid(i)
public Guid GetGuid(
    int i
)
public:
virtual Guid GetGuid(
    int i
) sealed
abstract GetGuid : 
        i:int -> Guid  
override GetGuid : 
        i:int -> Guid
public final function GetGuid(
    i : int
) : Guid

Parámetros

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

Valor devuelto

Tipo: System.Guid
A Guid that contains the value of the specified column.

Implementa

IDataRecord.GetGuid(Int32)

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer