Sdílet prostřednictvím


SqlModelComparerConfiguration.IgnoreComments – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda bude ignorovat připomínek uvnitř těla skriptu.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlModelComparerConfiguration Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů