Méthode DataProvider.GetName
Retrieves a column name for the specified ordinal. Ne faites pas directement référence à 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 GetName ( _
i As Integer _
) As String
'Utilisation
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As String
returnValue = instance.GetName(i)
public string GetName(
int i
)
public:
virtual String^ GetName(
int i
) sealed
abstract GetName :
i:int -> string
override GetName :
i:int -> string
public final function GetName(
i : int
) : String
Paramètres
- i
Type : System.Int32
An Int32 value that specifies the ordinal
Valeur de retour
Type : System.String
A string value that specifies the column name.