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
)
參數
- tw
型別:System.IO.TextWriter
The writer that can write a sequential series of characters.