次の方法で共有


DeploymentContributorConfigurationSetup.CopyInputToOutput メソッド

パッケージ内に格納される出力ストリームに入力ストリームの内容をコピーします。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Sub CopyInputToOutput ( _
    stream As DeploymentContributorConfigurationStream _
)
'使用
Dim instance As DeploymentContributorConfigurationSetup 
Dim stream As DeploymentContributorConfigurationStream

instance.CopyInputToOutput(stream)
public void CopyInputToOutput(
    DeploymentContributorConfigurationStream stream
)
public:
void CopyInputToOutput(
    DeploymentContributorConfigurationStream^ stream
)
member CopyInputToOutput : 
        stream:DeploymentContributorConfigurationStream -> unit
public function CopyInputToOutput(
    stream : DeploymentContributorConfigurationStream
)

パラメーター

関連項目

参照

DeploymentContributorConfigurationSetup クラス

Microsoft.SqlServer.Dac.Deployment 名前空間