Aracılığıyla paylaş


RestoreMasterKeyStatement.IsForce Özellik

Alır veya ZORLA bayrağı belirtilmiş olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
ZORLA bayrak, belirtilen, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

RestoreMasterKeyStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı