Partager via


Propriété AlterDatabaseAddFileStatement.IsLog

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

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

Syntaxe

'Déclaration
Public Property IsLog As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AlterDatabaseAddFileStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom