Condividi tramite


Proprietà SqlScriptComparerConstructor.IgnoreSemicolon

Ottiene o imposta un valore che indica se i punti e virgola devono essere ignorati dall'operazione di confronto.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptComparerConstructor Classe

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