パッケージ内に格納される出力ストリームに入力ストリームの内容をコピーします。
名前空間: 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
)
パラメーター
- stream
型: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationStream
コピーされる DeploymentContributorConfigurationStream。