共用方式為


DeploymentScriptDomStep.ScriptGenerator 屬性

取得或設定這個步驟的指令碼產生器。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Property ScriptGenerator As ScriptGenerator
    Get
    Set
public ScriptGenerator ScriptGenerator { get; set; }
public:
property ScriptGenerator^ ScriptGenerator {
    ScriptGenerator^ get ();
    void set (ScriptGenerator^ value);
}
member ScriptGenerator : ScriptGenerator with get, set
function get ScriptGenerator () : ScriptGenerator
function set ScriptGenerator (value : ScriptGenerator)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.ScriptGenerator
指令碼產生器。

.NET Framework 安全性

請參閱

參考

DeploymentScriptDomStep 類別

Microsoft.Data.Schema.Build 命名空間

ScriptGenerator