Partager via


Propriété TextModificationStatement.WithLog

Gets or sets a value that indicates whether WITH LOG was defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property WithLog As Boolean 
    Get 
    Set
'Utilisation
Dim instance As TextModificationStatement 
Dim value As Boolean 

value = instance.WithLog

instance.WithLog = value
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
True if WITH LOG was defined; otherwise, false.

Voir aussi

Référence

TextModificationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom