Compartir a través de


Clase SqlMoveSchemaStep

In the deployment plan, instances of this step represent moving the element from a previous schema to the new one. This class is for read-only purpose and cannot be instantiated.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public NotInheritable Class SqlMoveSchemaStep _
    Inherits DeploymentScriptDomStep
'Uso
Dim instance As SqlMoveSchemaStep
public sealed class SqlMoveSchemaStep : DeploymentScriptDomStep
public ref class SqlMoveSchemaStep sealed : public DeploymentScriptDomStep
[<SealedAttribute>]
type SqlMoveSchemaStep =  
    class 
        inherit DeploymentScriptDomStep 
    end
public final class SqlMoveSchemaStep extends DeploymentScriptDomStep

El tipo SqlMoveSchemaStep expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsMessageInFirstBatch Returns true if the step's message will be the first batch when calling GenerateTSql() (Se hereda de DeploymentScriptDomStep.)
Propiedad pública Message Gets an optional message describing the step (Se hereda de DeploymentScriptDomStep.)
Propiedad pública MovedElement Gets the moved element
Propiedad pública NewSchema Gets the new schema
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.)
Propiedad pública PreviousName Gets the previous name
Propiedad pública Script Gets the script for this step. (Se hereda de DeploymentScriptDomStep.)
Propiedad pública ScriptGenerator Gets the ScriptGenerator for this step (Se hereda de DeploymentScriptDomStep.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (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 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