Partager 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.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DeploymentContributorConfigurationSetup
'Utilisation
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup =  class end
public final class DeploymentContributorConfigurationSetup

Le type DeploymentContributorConfigurationSetup expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Properties Gets a dictionary that contains the current properties and settings.
Propriété publique SqlCmdVariables Gets the SqlCmd variables defined

Haut de la page

Méthodes

  Nom Description
Méthode publique CopyInputToOutput Copies an input stream's contents into an output stream that is stored inside a package
Méthode publique EnumerateInputs Returns an enumerable collection of DeploymentContributorConfigurationStream objects.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique OpenNewOutput Returns a new output configuration file stream that is open for read and write.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac.Deployment