Share via


DataParameter.SetTypeCore, méthode

Définit le type de données du paramètre actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • value
    Type : String

    Un type de données du paramètre.

Notes

Remarques à l'attention des héritiers

La classe dérivée doit substituer cette méthode.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms

GetTypeImpl