Método DeploymentContributorConfigurationSetup.CopyInputToOutput
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 (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Sub CopyInputToOutput ( _
stream As DeploymentContributorConfigurationStream _
)
'Uso
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
)
Parâmetros
- stream
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationStream
DeploymentContributorConfigurationStream to be copied