DeploymentContributorConfigurationSetup.CopyInputToOutput Method
Copies an input stream's contents into an output stream that is stored inside a package
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub CopyInputToOutput ( _
stream As DeploymentContributorConfigurationStream _
)
'Usage
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
)
Parameters
- stream
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationStream
DeploymentContributorConfigurationStream to be copied