Compartir a través de


AlterDatabaseAddFileStatement.IsLog Propiedad

Gets or sets whether the file to be added is a log file.

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

Sintaxis

'Declaración
Public Property IsLog As Boolean 
    Get 
    Set
'Uso
Dim instance As AlterDatabaseAddFileStatement 
Dim value As Boolean 

value = instance.IsLog

instance.IsLog = value
public bool IsLog { get; set; }
public:
property bool IsLog {
    bool get ();
    void set (bool value);
}
member IsLog : bool with get, set
function get IsLog () : boolean 
function set IsLog (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the file to be added is a log file; otherwise, false.

Vea también

Referencia

AlterDatabaseAddFileStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom