Partilhar via


Construtor ContributorArgumentConfiguration (String, String)

Initializes a new instance of the ContributorArgumentConfiguration class.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    value As String _
)
'Uso
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
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

If the name or value parameters are null.

Consulte também

Referência

ContributorArgumentConfiguration Classe

Sobrecarregado ContributorArgumentConfiguration

Namespace Microsoft.SqlServer.Dac.Deployment