AdoDotNetParameter.GetTypeCore 方法

检索该参数的数据源特定类型。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected Overrides Function GetTypeCore As String
protected override string GetTypeCore()
protected:
virtual String^ GetTypeCore() override
abstract GetTypeCore : unit -> string 
override GetTypeCore : unit -> string 
protected override function GetTypeCore() : String

返回值

类型:System.String
参数的数据源特定类型。

备注

此方法由 Type 属性的实现。

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间

SetTypeCore