Partager via


AdoDotNetParameter, constructeur (String, Boolean)

Initialise une nouvelle instance de la classe AdoDotNetParameter avec le nom du fournisseur de données et une indication de si le paramètre est dérivé à l'aide de la méthode DeriveParameters.

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

Syntaxe

'Déclaration
Public Sub New ( _
    providerInvariantName As String, _
    isDerived As Boolean _
)
public AdoDotNetParameter(
    string providerInvariantName,
    bool isDerived
)
public:
AdoDotNetParameter(
    String^ providerInvariantName, 
    bool isDerived
)
new : 
        providerInvariantName:string * 
        isDerived:bool -> AdoDotNetParameter
public function AdoDotNetParameter(
    providerInvariantName : String, 
    isDerived : boolean
)

Paramètres

  • providerInvariantName
    Type : String

    Nom du fournisseur de données.

  • isDerived
    Type : Boolean

    Indique si l'instance de paramètre de données créée comme valeur de retour de la méthode DeriveParameters.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

AdoDotNetParameter, surcharge

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms