DataProvider.GetGuid Method
Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetGuid ( _
i As Integer _
) As Guid
'Usage
Dim instance As DataProvider
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: System.Int32
An Int32 value that specifies a column.
Return Value
Type: System.Guid
Data for the specified column.