次の方法で共有


DeploymentContributorConfigurationStream コンストラクター

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
    ストリームを作成できるファイル パス。

関連項目

参照

DeploymentContributorConfigurationStream クラス

Microsoft.SqlServer.Dac.Deployment 名前空間