Partager via


Propriété ReadTextStatement.HoldLock

Gets or sets a value that indicates whether the HOLDLOCK was defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property HoldLock As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if the HOLDLOCK was defined; otherwise, false.

Voir aussi

Référence

ReadTextStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom