BusinessLogicDataReader.GetGuid Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the value of the specified column as a globally-unique identifier (GUID).

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

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

Return Value

Type: System.Guid
The value of the specified column.

Implements

IDataRecord.GetGuid(Int32)

See Also

Reference

BusinessLogicDataReader Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace