DeploymentContributorConfigurationSetup.CopyInputToOutput Method
Copies the given configuration file into the internal output configurations collection.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub CopyInputToOutput ( _
configFile As DeploymentContributorConfigurationFile _
)
public void CopyInputToOutput(
DeploymentContributorConfigurationFile configFile
)
public:
void CopyInputToOutput(
DeploymentContributorConfigurationFile^ configFile
)
member CopyInputToOutput :
configFile:DeploymentContributorConfigurationFile -> unit
public function CopyInputToOutput(
configFile : DeploymentContributorConfigurationFile
)
Parameters
- configFile
Type: Microsoft.Data.Schema.Build.DeploymentContributorConfigurationFile
A configuration file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.