Dela via


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

See Also

Reference

DeploymentScriptGenerator Class

Microsoft.Data.Schema.Build Namespace

TextWriter