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.