DataProvider.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.