Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreQuotedIdentifiers

Ottiene o imposta un valore che indica se l'impostazione degli identificatori delimitati deve essere ignorata nel confronto degli schemi.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

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