Partager via


RestoreMasterKeyStatement.IsForce, propriété

Obtient ou définit si l'indicateur FORCE est spécifié.

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 IsForce As Boolean
    Get
    Set
public bool IsForce { get; set; }
public:
property bool IsForce {
    bool get ();
    void set (bool value);
}
member IsForce : bool with get, set
function get IsForce () : boolean
function set IsForce (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si l'indicateur FORCE a été spécifié ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

RestoreMasterKeyStatement Classe

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