Class constructor. Initializes an instance of the AdoDotNetConnectionSupport class with a specified ADO.NET provider name.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Sub New ( _
providerName As String _
)
'使用
Dim providerName As String
Dim instance As New AdoDotNetConnectionSupport(providerName)
public AdoDotNetConnectionSupport(
string providerName
)
public:
AdoDotNetConnectionSupport(
String^ providerName
)
public function AdoDotNetConnectionSupport(
providerName : String
)
Parameters
providerName
Type: System.StringInvariant name of the ADO.NET provider initialized on the object instance.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetConnectionSupport Class