Метод GetName
Retrieves a column name for the specified ordinal. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function GetName ( _
i As Integer _
) As String
'Применение
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
Параметры
- i
Тип: System. . :: . .Int32
An Int32 value that specifies the ordinal
Возвращаемое значение
Тип: System. . :: . .String
A string value that specifies the column name.