Compartir a través de


TextModificationStatement.WithLog Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TextModificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom