Compartir a través de


ContributorArgumentConfiguration Constructor (String, String)

Initializes a new instance of the ContributorArgumentConfiguration class.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

If the name or value parameters are null.

Vea también

Referencia

ContributorArgumentConfiguration Clase

Sobrecarga de ContributorArgumentConfiguration

Espacio de nombres Microsoft.SqlServer.Dac.Deployment