ContributorArgumentConfiguration 构造函数 (String, String)

Initializes a new instance of the ContributorArgumentConfiguration class.

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    value As String _
)
用法
Dim name As String 
Dim value As String 

Dim instance As New ContributorArgumentConfiguration(name, value)
public ContributorArgumentConfiguration(
    string name,
    string value
)
public:
ContributorArgumentConfiguration(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> ContributorArgumentConfiguration
public function ContributorArgumentConfiguration(
    name : String, 
    value : String
)

参数

异常

异常 条件
ArgumentNullException

If the name or value parameters are null.

请参阅

参考

ContributorArgumentConfiguration 类

ContributorArgumentConfiguration 重载

Microsoft.SqlServer.Dac.Deployment 命名空间