다음을 통해 공유


DeploymentContributorConfigurationStream 생성자

Creates an instance of the DeploymentContributorConfigurationStream

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public Sub New ( _
    filePath As String _
)
‘사용 방법
Dim filePath As String 

Dim instance As New DeploymentContributorConfigurationStream(filePath)
public DeploymentContributorConfigurationStream(
    string filePath
)
public:
DeploymentContributorConfigurationStream(
    String^ filePath
)
new : 
        filePath:string -> DeploymentContributorConfigurationStream
public function DeploymentContributorConfigurationStream(
    filePath : String
)

매개 변수

  • filePath
    유형: System.String
    A file path for which a stream can be created

참고 항목

참조

DeploymentContributorConfigurationStream 클래스

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