Compartilhar via


Propriedade do RDL TextModificationStatement.WithLog

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property WithLog As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
True if WITH LOG was defined; otherwise, false.

Consulte também

Referência

TextModificationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom