共用方式為


DataProvider.GetType 方法 (String)

解析型別名稱。 Type 所定義 DDEX 提供者。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Public Function GetType ( _
    typeName As String _
) As Type
public Type GetType(
    string typeName
)
public:
Type^ GetType(
    String^ typeName
)
member GetType : 
        typeName:string -> Type
public function GetType(
    typeName : String
) : Type

參數

  • typeName
    類型:String

    字串名稱指定的資料型別。

傳回值

類型:Type
傳回指定型別的。

.NET Framework 安全性

請參閱

參考

DataProvider 類別

GetType 多載

Microsoft.VisualStudio.Data 命名空間