DeploymentContributorConfigurationSetup Class

 

Updated: April 20, 2017

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.

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

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

public ref class DeploymentContributorConfigurationSetup sealed 

NameDescription
System_CAPS_pubpropertyProperties

Gets a dictionary that contains the current properties and settings.

System_CAPS_pubpropertySqlCmdVariables

Gets the SqlCmd variables defined

NameDescription
System_CAPS_pubmethodCopyInputToOutput(DeploymentContributorConfigurationStream^)

Copies an input stream's contents into an output stream that is stored inside a package

System_CAPS_pubmethodEnumerateInputs()

Returns an enumerable collection of DeploymentContributorConfigurationStream objects.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOpenNewOutput(String^, IDictionary<String^, String^>^)

Returns a new output configuration file stream that is open for read and write.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: