ContributorArgumentConfiguration Constructors

Definition

Overloads

ContributorArgumentConfiguration()

Initializes a new instance of the ContributorArgumentConfiguration class.

ContributorArgumentConfiguration(String, String)

Initializes a new instance of the ContributorArgumentConfiguration class.

ContributorArgumentConfiguration()

Initializes a new instance of the ContributorArgumentConfiguration class.

public ContributorArgumentConfiguration ();
Public Sub New ()

Applies to

ContributorArgumentConfiguration(String, String)

Initializes a new instance of the ContributorArgumentConfiguration class.

public ContributorArgumentConfiguration (string name, string value);
new Microsoft.SqlServer.Dac.Deployment.ContributorArgumentConfiguration : string * string -> Microsoft.SqlServer.Dac.Deployment.ContributorArgumentConfiguration
Public Sub New (name As String, value As String)

Parameters

name
String

The name of the argument.

value
String

The value of the argument.

Exceptions

If the name or value parameters are null

Applies to