DeploymentStep.GenerateBatchScript(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper that writes the set of batch scripts to the provided writer
public void GenerateBatchScript (System.IO.TextWriter tw);
member this.GenerateBatchScript : System.IO.TextWriter -> unit
Public Sub GenerateBatchScript (tw As TextWriter)
Parameters
- tw
- TextWriter