Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreComments

Ottiene o imposta un valore che indica se i commenti devono essere ignorati 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 IgnoreComments As Boolean
    Get
    Friend Set
public bool IgnoreComments { get; internal set; }
public:
property bool IgnoreComments {
    bool get ();
    internal: void set (bool value);
}
member IgnoreComments : bool with get, internal set
function get IgnoreComments () : boolean
internal function set IgnoreComments (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

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