Partager via


ReadTextStatement.HoldLock, propriété

Obtient ou définit une valeur indiquant si HOLDLOCK a été défini.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property HoldLock As Boolean
    Get
    Set
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
Retourne la valeur True si HOLDLOCK a été défini ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

ReadTextStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms