ISqlDatabaseOptions.IsTornPageProtectionOn Property

Gets or sets whether the recovery option is TORN_PAGE_DETECTION.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsTornPageProtectionOn As Boolean
    Get
    Set
'Usage
Dim instance As ISqlDatabaseOptions
Dim value As Boolean

value = instance.IsTornPageProtectionOn

instance.IsTornPageProtectionOn = value
bool IsTornPageProtectionOn { get; set; }
property bool IsTornPageProtectionOn {
    bool get ();
    void set (bool value);
}
function get IsTornPageProtectionOn () : boolean
function set IsTornPageProtectionOn (value : boolean)
abstract IsTornPageProtectionOn : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace