Compartir a través de


Clase DeploymentScriptStep

Represents the step in deployment plan that represents deploying scripts. This class can be instantiated and used by extensions.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentStep
    Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
      Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
        Microsoft.SqlServer.Dac.Deployment.SqlBeginTransactionStep
        Microsoft.SqlServer.Dac.Deployment.SqlEndTransactionStep

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Class DeploymentScriptStep _
    Inherits DeploymentStepInternal
'Uso
Dim instance As DeploymentScriptStep
public class DeploymentScriptStep : DeploymentStepInternal
public ref class DeploymentScriptStep : public DeploymentStepInternal
type DeploymentScriptStep =  
    class 
        inherit DeploymentStepInternal 
    end
public class DeploymentScriptStep extends DeploymentStepInternal

El tipo DeploymentScriptStep expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DeploymentScriptStep(IEnumerable<String>) Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.
Método público DeploymentScriptStep(String) Initializes a new instance of the DeploymentScriptStep class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Next Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep. (Se hereda de DeploymentStep.)
Propiedad pública Previous Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep. (Se hereda de DeploymentStep.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GenerateBatchScript Returns a helper that writes the set of batch scripts to the provided writer. (Se hereda de DeploymentStep.)
Método público GenerateTSQL Returns a list of strings that represent a set of TSQL script batches to be applied during deployment (Se hereda de DeploymentStepInternal.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString Returns a string that describes this step. The base returns the type of the step (Se hereda de DeploymentStepInternal.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac.Deployment