Condividi tramite


Proprietà ISqlDatabaseOptions.IsTornPageProtectionOn

Solo per compatibilità con le versioni precedenti. In sostituzione, utilizzare la proprietà PageVerifyMode.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsTornPageProtectionOn As Boolean
    Get
    Set
bool IsTornPageProtectionOn { get; set; }
property bool IsTornPageProtectionOn {
    bool get ();
    void set (bool value);
}
abstract IsTornPageProtectionOn : bool with get, set
function get IsTornPageProtectionOn () : boolean
function set IsTornPageProtectionOn (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel