Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets whether the file to be added is a log file.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsLog As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the file to be added is a log file; otherwise, false.