Condividi tramite


Proprietà SqlSchemaDeploymentOptions.UnmodifiableObjectWarnings

Ottiene o imposta un valore che indica se per gli oggetti immodificabili devono essere generati avvisi durante la distribuzione di modifiche.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public Property UnmodifiableObjectWarnings As Boolean
    Get
    Set
public bool UnmodifiableObjectWarnings { get; set; }
public:
property bool UnmodifiableObjectWarnings {
    bool get ();
    void set (bool value);
}
member UnmodifiableObjectWarnings : bool with get, set
function get UnmodifiableObjectWarnings () : boolean
function set UnmodifiableObjectWarnings (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build