IVsDataReaderDescriptor.GetItemType 方法 (Int32)
擷取資料項目或資料項目的資料型別在指定之索引處的。
命名空間: Microsoft.VisualStudio.Data.Services.SupportEntities
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function GetItemType ( _
index As Integer _
) As String
string GetItemType(
int index
)
String^ GetItemType(
int index
)
abstract GetItemType :
index:int -> string
function GetItemType(
index : int
) : String
參數
index
類型:Int32資料項目索引可以傳回資料型別。
傳回值
類型:String
資料項目的型別位於指定索引處的。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。