Поделиться через


Метод AdomdDataReader.GetGuid

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Function GetGuid ( _
    ordinal As Integer _
) As Guid
'Применение
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

Параметры

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

Возвращаемое значение

Тип: System.Guid
A Guid that contains the value of the specified column.

Реализует

IDataRecord.GetGuid(Int32)

См. также

Справочник

AdomdDataReader Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient