共用方式為


DeploymentStep.GenerateBatchScript 方法

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

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Sub GenerateBatchScript ( _
    tw As TextWriter _
)
'用途
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
)

參數

請參閱

參考

DeploymentStep 類別

Microsoft.SqlServer.Dac.Deployment 命名空間