Partager via


TextModificationStatement.WithLog, propriété

Obtient ou définit une valeur qui indique si WITH LOG est spécifié.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
Retourne true si WITH LOG est spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

TextModificationStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms