AdomdDataReader.GetGuid Method

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetGuid ( _
    i As Integer _
) As Guid
'Usage
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

Parameters

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

Return Value

Type: Guid
A Guid that contains the value of the specified column.

Implements

IDataRecordGetGuid(Int32)

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace