Partager via


Classe DeploymentStep

Represents a step in a deployment plan.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentStep
    Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal

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

Syntaxe

'Déclaration
Public MustInherit Class DeploymentStep
'Utilisation
Dim instance As DeploymentStep
public abstract class DeploymentStep
public ref class DeploymentStep abstract
[<AbstractClassAttribute>]
type DeploymentStep =  class end
public abstract class DeploymentStep

Le type DeploymentStep expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée DeploymentStep Initializes a new instance of the DeploymentStep class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Next Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep.
Propriété publique Previous Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GenerateBatchScript Returns a helper that writes the set of batch scripts to the provided writer.
Méthode publique GenerateTSQL Returns a list of strings that represent a set of TSQL script batches to be applied during deployment.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns a string that describes this step. The base returns the type of the step. (remplace Object.ToString().)

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