Summary
Gets the underlying
System.IO.TextWriter to which output will
be written if NAnt.Contrib.Tasks.SqlTask.Output is set.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- SqlTask
Syntax
protected TextWriter OutputWriter { get; }
Value
| Type | Description |
|---|---|
| TextWriter |
A System.IO.TextWriter for the file specified in NAnt.Contrib.Tasks.SqlTask.Output,
or null if NAnt.Contrib.Tasks.SqlTask.Output is not set.
|
