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