다음을 통해 공유


ContributorArgumentConfiguration 생성자 (String, String)

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
)

매개 변수

예외

예외 조건
ArgumentNullException

If the name or value parameters are null.

참고 항목

참조

ContributorArgumentConfiguration 클래스

ContributorArgumentConfiguration 오버로드

Microsoft.SqlServer.Dac.Deployment 네임스페이스