共用方式為


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 安全性

請參閱

參考

IVsDataReaderDescriptor 介面

GetItemType 多載

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間