Propriedade do RDL AlterDatabaseAddFileStatement.IsLog
Gets or sets whether the file to be added is a log file.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the file to be added is a log file; otherwise, false.