Share via


DataProvider.GetDataTypeName メソッド

指定された列の型名を返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetDataTypeName ( _
    i As Integer _
) As String
'使用
Dim instance As DataProvider 
Dim i As Integer 
Dim returnValue As String 

returnValue = instance.GetDataTypeName(i)
public string GetDataTypeName(
    int i
)
public:
virtual String^ GetDataTypeName(
    int i
) sealed
abstract GetDataTypeName : 
        i:int -> string  
override GetDataTypeName : 
        i:int -> string
public final function GetDataTypeName(
    i : int
) : String

パラメーター

戻り値

型: System.String
型名を示す文字列です。

実装

IDataRecord.GetDataTypeName(Int32)

関連項目

参照

DataProvider クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間