DeploymentScriptGenerator.ScriptOutput 属性

获取可编写脚本的文本编写器对象。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Protected ReadOnly Property ScriptOutput As TextWriter
    Get
protected TextWriter ScriptOutput { get; }
protected:
property TextWriter^ ScriptOutput {
    TextWriter^ get ();
}
member ScriptOutput : TextWriter
function get ScriptOutput () : TextWriter

属性值

类型:System.IO.TextWriter
可编写脚本的文本编写器。

.NET Framework 安全性

请参见

参考

DeploymentScriptGenerator 类

Microsoft.Data.Schema.Build 命名空间

TextWriter