共用方式為


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 命名空間