Share via


DeploymentContributorConfigurationSetup Class

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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class DeploymentContributorConfigurationSetup
'Usage
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup =  class end
public final class DeploymentContributorConfigurationSetup

The DeploymentContributorConfigurationSetup type exposes the following members.

Properties

  Name Description
Public property Properties Gets a dictionary that contains the current properties and settings.
Public property SqlCmdVariables Gets the SqlCmd variables defined

Top

Methods

  Name Description
Public method CopyInputToOutput Copies an input stream's contents into an output stream that is stored inside a package
Public method EnumerateInputs Returns an enumerable collection of DeploymentContributorConfigurationStream objects.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method OpenNewOutput Returns a new output configuration file stream that is open for read and write.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Deployment Namespace