AdomdDataReader.GetGuid Method (Int32)

 

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

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

Syntax

public Guid GetGuid(
    int ordinal
)
public:
virtual Guid GetGuid(
    int ordinal
) sealed
abstract GetGuid : 
        ordinal:int -> Guid
override GetGuid : 
        ordinal:int -> Guid
Public Function GetGuid (
    ordinal As Integer
) As Guid

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Guid

A Guid that contains the value of the specified column.

Implements

IDataRecord.GetGuid(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top