Compartir a través de


ISchemaDeploymentController.Options (Propiedad)

Obtiene o establece el objeto de opciones de implementación.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Opciones de implementación del esquema.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaDeploymentController Interfaz

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

SchemaDeploymentOptions