Partager via


AdoDotNetParameter.SetTypeImpl, méthode

Les tentatives d'analyse le type chaîne en valeur d'énumération d' DbType à l'aide de Enum.Parse et si elle échoue il suppose DbType.Object comme DbTypecorrect.

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

Syntaxe

'Déclaration
Protected Overrides Sub SetTypeImpl ( _
    value As String _
)
protected override void SetTypeImpl(
    string value
)
protected:
virtual void SetTypeImpl(
    String^ value
) override
abstract SetTypeImpl : 
        value:string -> unit  
override SetTypeImpl : 
        value:string -> unit
protected override 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

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms

GetTypeImpl