Partager via


AdoDotNetParameter, constructeur (String)

Constructeur de classe.Initialise une instance paramétrée de la classe d' AdoDotNetParameter , avec le nom du fournisseur de données d' ADO.NET entretenu par la connexion.

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

Syntaxe

'Déclaration
Public Sub New ( _
    providerName As String _
)
public AdoDotNetParameter(
    string providerName
)
public:
AdoDotNetParameter(
    String^ providerName
)
new : 
        providerName:string -> AdoDotNetParameter
public function AdoDotNetParameter(
    providerName : String
)

Paramètres

  • providerName
    Type : System.String
    Nom du fournisseur de données d' ADO.NET entretenu par la connexion

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetParameter Classe

AdoDotNetParameter, surcharge

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms