Class constructor. Initializes a parameterized instance of the AdoDotNetParameter class, along with the name of the ADO.NET data provider being serviced by the connection.
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 AdoDotNetParameter(providerName)
public AdoDotNetParameter(
string providerName
)
public:
AdoDotNetParameter(
String^ providerName
)
public function AdoDotNetParameter(
providerName : String
)
Parameters
providerName
Type: System.StringName of the ADO.NET data provider being serviced by the connection
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.