Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ContributorArgumentConfiguration class.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name of the argument.
- value
Type : System.String
The value of the argument.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the name or value parameters are null. |
Voir aussi
Référence
ContributorArgumentConfiguration Classe