Share via


DataParameter.SetTypeImpl, méthode

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

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

Syntaxe

'Déclaration
Protected MustOverride Sub SetTypeImpl ( _
    value As String _
)
protected abstract void SetTypeImpl(
    string value
)
protected:
virtual void SetTypeImpl(
    String^ value
) abstract
abstract SetTypeImpl : 
        value:string -> unit
protected abstract function SetTypeImpl(
    value : String
)

Paramètres

  • value
    Type : String

    Un type de données du paramètre.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data, espace de noms

GetTypeImpl