共用方式為


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 命名空間