Compartilhar via


Propriedade ISchemaDeploymentController.Options

Obtém ou define o objeto de opções de implantação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
As opções de implantação do esquema.

Segurança do .NET Framework

Consulte também

Referência

ISchemaDeploymentController Interface

Namespace Microsoft.Data.Schema.Build

SchemaDeploymentOptions