共用方式為


AdoDotNetParameter.GetTypeImpl 方法

擷取參數的特定資料來源的型別。

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

語法

'宣告
Protected Overrides Function GetTypeImpl As String
protected override string GetTypeImpl()
protected:
virtual String^ GetTypeImpl() override
abstract GetTypeImpl : unit -> string 
override GetTypeImpl : unit -> string 
protected override function GetTypeImpl() : String

傳回值

型別:System.String
傳回參數的特定資料來源的型別。

備註

這個方法是由 Type 屬性的實作會呼叫。

.NET Framework 安全性

請參閱

參考

AdoDotNetParameter 類別

Microsoft.VisualStudio.Data.AdoDotNet 命名空間

SetTypeImpl