Initializes a new instance of the AdoDotNetParameter class with a parameter string value.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Sub New ( _
providerInvariantName As String _
)
'使用
Dim providerInvariantName As String
Dim instance As New AdoDotNetParameter(providerInvariantName)
public AdoDotNetParameter(
string providerInvariantName
)
public:
AdoDotNetParameter(
String^ providerInvariantName
)
public function AdoDotNetParameter(
providerInvariantName : String
)
Parameters
providerInvariantName
Type: System.StringThe invariant name of the data provider.
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.