Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a helper that writes the set of batch scripts to the provided writer.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub GenerateBatchScript ( _
tw As TextWriter _
)
'Usage
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
)
Parameters
- tw
Type: System.IO.TextWriter
The writer that can write a sequential series of characters.