Compartir a través de


DataParameter.SetTypeCore (Método)

Establece el tipo de datos del parámetro actual.

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

Sintaxis

'Declaración
Protected MustOverride Sub SetTypeCore ( _
    value As String _
)
protected abstract void SetTypeCore(
    string value
)
protected:
virtual void SetTypeCore(
    String^ value
) abstract
abstract SetTypeCore : 
        value:string -> unit 
protected abstract function SetTypeCore(
    value : String
)

Parámetros

Comentarios

Notas para los herederos

La clase derivada debe invalidar este método.

Seguridad de .NET Framework

Vea también

Referencia

DataParameter Clase

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

GetTypeImpl