DeploymentContributorConfigurationSetup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the current setup for DeploymentContributor objects. The setup object can be used by deployment contributors during build operations to cause files to be copied as outputs that are stored in the generated dacpac, or to create new files that are stored in the dacpac. See the DeploymentContributorConfigurationStream API for more information about specifying inputs.
public sealed class DeploymentContributorConfigurationSetup
type DeploymentContributorConfigurationSetup = class
Public NotInheritable Class DeploymentContributorConfigurationSetup
- Inheritance
-
DeploymentContributorConfigurationSetup
Properties
Properties |
Gets a dictionary that contains the current properties and settings. |
SqlCmdVariables |
Gets the SqlCmd variables defined |
Methods
CopyInputToOutput(DeploymentContributorConfigurationStream) |
Copies an input stream's contents into an output stream that is stored inside a package |
EnumerateInputs() |
Returns an enumerable collection of DeploymentContributorConfigurationStream objects. |
OpenNewOutput(String, IDictionary<String,String>) |
Returns a new output configuration file stream that is open for read and write. |