Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents a data motion step in a sql deployment plan. 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.AlterElementStep
Microsoft.SqlServer.Dac.Deployment.SqlTableMigrationStep
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public NotInheritable Class SqlTableMigrationStep _
Inherits AlterElementStep
'Uso
Dim instance As SqlTableMigrationStep
public sealed class SqlTableMigrationStep : AlterElementStep
public ref class SqlTableMigrationStep sealed : public AlterElementStep
[<SealedAttribute>]
type SqlTableMigrationStep =
class
inherit AlterElementStep
end
public final class SqlTableMigrationStep extends AlterElementStep
El tipo SqlTableMigrationStep expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
IsMessageInFirstBatch | Returns true if the step's message will be the first batch when calling GenerateTSql() (Se hereda de DeploymentScriptDomStep.) |
![]() |
Message | Gets an optional message describing the step (Se hereda de DeploymentScriptDomStep.) |
![]() |
Next | Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep. (Se hereda de DeploymentStep.) |
![]() |
Previous | Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep. (Se hereda de DeploymentStep.) |
![]() |
Script | Gets the script for this step. (Se hereda de DeploymentScriptDomStep.) |
![]() |
ScriptGenerator | Gets the ScriptGenerator for this step (Se hereda de DeploymentScriptDomStep.) |
![]() |
SourceElement | Get the source element in the alter step (Se hereda de AlterElementStep.) |
![]() |
SourceTable | Gets the source table object |
![]() |
TargetElement | Gets the target element in the alter step (Se hereda de AlterElementStep.) |
![]() |
TargetTable | Gets the target table object |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GenerateBatchScript | Returns a helper that writes the set of batch scripts to the provided writer. (Se hereda de DeploymentStep.) |
![]() |
GenerateTSQL | Returns a list of strings that represent a set of TSQL script batches to be applied during deployment (Se hereda de DeploymentStepInternal.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)