Méthode GetGuid
Returns data for the specified column with the given type. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetGuid ( _
i As Integer _
) As Guid
'Utilisation
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
Paramètres
- i
Type : System. . :: . .Int32
An Int32 value that specifies a column.
Valeur de retour
Type : System. . :: . .Guid
Data for the specified column.