既定の書式 Defaultの指定したインデックスのデータ項目、項目のデータ型を取得します。
名前空間: Microsoft.VisualStudio.Data.Framework
アセンブリ: Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)
構文
'宣言
Public Function GetItemType ( _
index As Integer _
) As String
public string GetItemType(
int index
)
public:
virtual String^ GetItemType(
int index
) sealed
abstract GetItemType :
index:int -> string
override GetItemType :
index:int -> string
public final function GetItemType(
index : int
) : String
パラメーター
- index
型 : System.Int32
データ型を返すデータ項目のインデックス。
戻り値
型 : System.String
既定の書式の指定したインデックスの項目のデータ型。
実装
IVsDataReaderDescriptor.GetItemType(Int32)
解説
このメソッドは GetItemType を呼び出し、Defaultの既定のデータ項目の形式の値を渡します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。