Compartir a través de


DataParameter.GetTypeCore (Método)

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

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Protected MustOverride Function GetTypeCore As String
protected abstract string GetTypeCore()
protected:
virtual String^ GetTypeCore() abstract
abstract GetTypeCore : unit -> string
protected abstract function GetTypeCore() : String

Valor devuelto

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

Comentarios

此方法由 Type 属性的实现调用。

Notas para los herederos

派生类必须重写此方法。

Seguridad de .NET Framework

Vea también

Referencia

DataParameter Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)