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
)
參數
- stream
型別:Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationStream
DeploymentContributorConfigurationStream to be copied