Dela via


ISqlDatabaseOptions.IsTornPageProtectionOn Property

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

Syntax

'Declaration
Property IsTornPageProtectionOn As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

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