Proprietà DeploymentContributorContext.Options
Ottiene o imposta l'oggetto SchemaDeploymentOptions.
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Opzioni di distribuzione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.