Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ContributorArgumentConfiguration class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
'Usage
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
)
Parameter
- name
Typ: System.String
The name of the argument.
- value
Typ: System.String
The value of the argument.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | If the name or value parameters are null. |
Siehe auch
Verweis
ContributorArgumentConfiguration Klasse