Compartir a través de


DeploymentScriptDomStep.ScriptGenerator (Propiedad)

Obtiene o establece el generador de scripts de este paso.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.ScriptGenerator
Generador de scripts.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentScriptDomStep Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

ScriptGenerator