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 an empty step in 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.EmptyStep
Más...
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public Class EmptyStep _
Inherits DeploymentStepInternal
'Uso
Dim instance As EmptyStep
public class EmptyStep : DeploymentStepInternal
public ref class EmptyStep : public DeploymentStepInternal
type EmptyStep =
class
inherit DeploymentStepInternal
end
public class EmptyStep extends DeploymentStepInternal
El tipo EmptyStep expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (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.) |
![]() |
MemberwiseClone | (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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dac.Deployment
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
Microsoft.SqlServer.Dac.Deployment.EmptyStep
Microsoft.SqlServer.Dac.Deployment.BeginPostDeploymentScriptStep
Microsoft.SqlServer.Dac.Deployment.BeginPreDeploymentScriptStep
Microsoft.SqlServer.Dac.Deployment.EndPostDeploymentScriptStep
Microsoft.SqlServer.Dac.Deployment.EndPreDeploymentScriptStep
Microsoft.SqlServer.Dac.Deployment.SqlBeginAltersStep
Microsoft.SqlServer.Dac.Deployment.SqlBeginDropsStep
Microsoft.SqlServer.Dac.Deployment.SqlBeginPreservationStep
Microsoft.SqlServer.Dac.Deployment.SqlEndAltersStep
Microsoft.SqlServer.Dac.Deployment.SqlEndDropsStep
Microsoft.SqlServer.Dac.Deployment.SqlEndPreservationStep
.gif)
.gif)
.gif)