Partilhar via


Propriedade SqlSchemaDeploymentOptions.IgnoreComments

Obtém ou define um valor que indica se os comentários devem ser ignorados quando esquemas são comparadas.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build