Metodo GetName
Retrieves a column name for the specified ordinal. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function GetName ( _
i As Integer _
) As String
'Utilizzo
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
Parametri
- i
Tipo: System. . :: . .Int32
An Int32 value that specifies the ordinal
Valore restituito
Tipo: System. . :: . .String
A string value that specifies the column name.