Compartilhar via


AdoDotNetConnectionProperties Constructors

Definition

Overloads

AdoDotNetConnectionProperties(String)

Class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider name.

AdoDotNetConnectionProperties(String, String)

Parameterized class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider invariant name and a provider connection string.

AdoDotNetConnectionProperties(String)

Class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider name.

public:
 AdoDotNetConnectionProperties(System::String ^ providerName);
public AdoDotNetConnectionProperties (string providerName);
new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionProperties : string -> Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionProperties
Public Sub New (providerName As String)

Parameters

providerName
String

Invariant name of the ADO.NET provider.

Applies to

AdoDotNetConnectionProperties(String, String)

Parameterized class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider invariant name and a provider connection string.

public:
 AdoDotNetConnectionProperties(System::String ^ providerName, System::String ^ connectionString);
public AdoDotNetConnectionProperties (string providerName, string connectionString);
new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionProperties : string * string -> Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionProperties
Public Sub New (providerName As String, connectionString As String)

Parameters

providerName
String

Invariant name of the ADO.NET provider.

connectionString
String

Connection string for the specified provider.

Applies to