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