Compartilhar via


Método AdomdDataReader.GetGuid

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Function GetGuid ( _
    ordinal As Integer _
) As Guid
'Uso
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Guid 

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

Parâmetros

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

Valor de retorno

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

Implementa

IDataRecord.GetGuid(Int32)

Consulte também

Referência

AdomdDataReader Classe

Namespace Microsoft.AnalysisServices.AdomdClient