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 類別