Initializes a new instance of the ContributorArgumentConfiguration class.
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public Sub New ( _
name As String, _
value As String _
)
‘사용 방법
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
)
매개 변수
- name
유형: System.String
The name of the argument.
- value
유형: System.String
The value of the argument.
예외
| 예외 | 조건 |
|---|---|
| ArgumentNullException | If the name or value parameters are null. |
참고 항목
참조
ContributorArgumentConfiguration 클래스