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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.