共用方式為


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