DeploymentScriptGenerator.ScriptOutput Property
Gets a text writer object that can write the script.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected ReadOnly Property ScriptOutput As TextWriter
protected TextWriter ScriptOutput { get; }
protected:
property TextWriter^ ScriptOutput {
TextWriter^ get ();
}
member ScriptOutput : TextWriter
function get ScriptOutput () : TextWriter
Property Value
Type: System.IO.TextWriter
A text writer that can write the script.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DeploymentScriptGenerator Class