Freigeben über


SqlSchemaDeploymentOptions.IgnoreQuotedIdentifiers-Eigenschaft

Ruft einen Wert ab, der angibt, ob beim Vergleichen von Schemas die Einstellung für Bezeichner in Anführungszeichen ignoriert werden soll, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace