DataParameter.GetTypeCore 方法

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

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

语法

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

返回值

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

备注

此方法由 Type 属性的实现。

对继承者的说明

该派生类必须重写此方法。

.NET Framework 安全性

请参见

参考

DataParameter 类

Microsoft.VisualStudio.Data.Framework 命名空间