GetFieldType 方法
Returns a data type for the column at the specified ordinal. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function GetFieldType ( _
i As Integer _
) As Type
'用途
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(i)
public Type GetFieldType(
int i
)
public:
virtual Type^ GetFieldType(
int i
) sealed
abstract GetFieldType :
i:int -> Type
override GetFieldType :
i:int -> Type
public final function GetFieldType(
i : int
) : Type
參數
- i
型別:System. . :: . .Int32
An Int32 value that specifies a column.
傳回值
型別:System. . :: . .Type
A data type for the column.