Свойство AlterDatabaseAddFileStatement.IsLog

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsLog As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

AlterDatabaseAddFileStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom