Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- stream
Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationStream
DeploymentContributorConfigurationStream to be copied