Compartilhar via


Classe DeploymentContributorConfigurationSetup

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.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class DeploymentContributorConfigurationSetup
'Uso
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup =  class end
public final class DeploymentContributorConfigurationSetup

O tipo DeploymentContributorConfigurationSetup expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Properties Gets a dictionary that contains the current properties and settings.
Propriedade pública SqlCmdVariables Gets the SqlCmd variables defined

Início

Métodos

  Nome Descrição
Método público CopyInputToOutput Copies an input stream's contents into an output stream that is stored inside a package
Método público EnumerateInputs Returns an enumerable collection of DeploymentContributorConfigurationStream objects.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público OpenNewOutput Returns a new output configuration file stream that is open for read and write.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dac.Deployment