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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。