Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents an empty step in deployment plan. This class is for read-only purpose and cannot be instantiated.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
Microsoft.SqlServer.Dac.Deployment.EmptyStep
Altro...
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public Class EmptyStep _
Inherits DeploymentStepInternal
'Utilizzo
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
Nel tipo EmptyStep sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Next | Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep. Ereditato da DeploymentStep. |
![]() |
Previous | Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep. Ereditato da DeploymentStep. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GenerateBatchScript | Returns a helper that writes the set of batch scripts to the provided writer. Ereditato da DeploymentStep. |
![]() |
GenerateTSQL | Returns a list of strings that represent a set of TSQL script batches to be applied during deployment Ereditato da DeploymentStepInternal. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Returns a string that describes this step. The base returns the type of the step Ereditato da DeploymentStepInternal. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Gerarchia di ereditarietà
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)