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.