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.