TextModificationStatement.WithLog 属性
Gets or sets a value that indicates whether WITH LOG was defined.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property WithLog As Boolean
Get
Set
用法
Dim instance As TextModificationStatement
Dim value As Boolean
value = instance.WithLog
instance.WithLog = value
public bool WithLog { get; set; }
public:
property bool WithLog {
bool get ();
void set (bool value);
}
member WithLog : bool with get, set
function get WithLog () : boolean
function set WithLog (value : boolean)
属性值
类型:System.Boolean
True if WITH LOG was defined; otherwise, false.