Свойство RestoreMasterKeyStatement.IsForce

Gets or sets a value that indicates whether the FORCE flag was specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsForce As Boolean 
    Get 
    Set
'Применение
Dim instance As RestoreMasterKeyStatement 
Dim value As Boolean 

value = instance.IsForce

instance.IsForce = value
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)

Значение свойства

Тип: System.Boolean
true if the FORCE flag was specified; otherwise, false.

См. также

Справочник

RestoreMasterKeyStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom