Compartir a través de


DeploymentPlanGenerator.Options (Propiedad)

Obtiene o establece las opciones de generación del plan.

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

Sintaxis

'Declaración
Public Property Options As SchemaDeploymentOptions
    Get
    Set
public SchemaDeploymentOptions Options { get; set; }
public:
property SchemaDeploymentOptions^ Options {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
member Options : SchemaDeploymentOptions with get, set
function get Options () : SchemaDeploymentOptions
function set Options (value : SchemaDeploymentOptions)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions

Comentarios

Llamado por el motor de implementación de base de datos Visual Studio.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanGenerator Clase

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

PlanGenerationOptions