ContributorArgumentConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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