DeploymentContributorContext.Options (Propiedad)

Obtiene o establece el objeto SchemaDeploymentOptions.

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
Opciones de implementación.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentContributorContext Clase

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