共用方式為


DeploymentContributorConfigurationSetup.CopyInputToOutput 方法

Copies an input stream's contents into an output stream that is stored inside a package

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