AdoDotNetParameter 构造函数 (String)

选件类构造函数。与连接的服务的 ADO.NET 数据提供程序的名称初始化 AdoDotNetParameter 选件类的参数化的实例。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Public Sub New ( _
    providerName As String _
)
public AdoDotNetParameter(
    string providerName
)
public:
AdoDotNetParameter(
    String^ providerName
)
new : 
        providerName:string -> AdoDotNetParameter
public function AdoDotNetParameter(
    providerName : String
)

参数

  • providerName
    类型:System.String
    连接的服务的 ADO.NET 数据提供程序的名称

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

AdoDotNetParameter 重载

Microsoft.VisualStudio.Data.AdoDotNet 命名空间