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
)
参数
- name
类型:System.String
The name of the argument.
- value
类型:System.String
The value of the argument.
异常
异常 | 条件 |
---|---|
ArgumentNullException | If the name or value parameters are null. |
请参阅
参考
ContributorArgumentConfiguration 类