Compartilhar via


Método DeploymentStep.GenerateBatchScript

Returns a helper that writes the set of batch scripts to the provided writer.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Sub GenerateBatchScript ( _
    tw As TextWriter _
)
'Uso
Dim instance As DeploymentStep 
Dim tw As TextWriter

instance.GenerateBatchScript(tw)
public void GenerateBatchScript(
    TextWriter tw
)
public:
void GenerateBatchScript(
    TextWriter^ tw
)
member GenerateBatchScript : 
        tw:TextWriter -> unit
public function GenerateBatchScript(
    tw : TextWriter
)

Parâmetros

Consulte também

Referência

DeploymentStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment