Condividi tramite


Classe DeploymentScriptStep

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Class DeploymentScriptStep _
    Inherits DeploymentStepInternal
'Utilizzo
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

Nel tipo DeploymentScriptStep sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DeploymentScriptStep(IEnumerable<String>) Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.
Metodo pubblico DeploymentScriptStep(String) Initializes a new instance of the DeploymentScriptStep class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Next Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep. Ereditato da DeploymentStep.
Proprietà pubblica Previous Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep. Ereditato da DeploymentStep.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GenerateBatchScript Returns a helper that writes the set of batch scripts to the provided writer. Ereditato da DeploymentStep.
Metodo pubblico GenerateTSQL Returns a list of strings that represent a set of TSQL script batches to be applied during deployment Ereditato da DeploymentStepInternal.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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