IDbMaintenanceFileCleanUpTaskInterface.DeleteFromAllBricks Property

Namespace:  Microsoft.SqlServer.Management.DatabaseMaintenance
Assembly:  Microsoft.SqlServer.MaintenancePlanTasks (in Microsoft.SqlServer.MaintenancePlanTasks.dll)

Syntax

'Declaration
Property DeleteFromAllBricks As Boolean
    Get
    Set
'Usage
Dim instance As IDbMaintenanceFileCleanUpTaskInterface
Dim value As Boolean

value = instance.DeleteFromAllBricks

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

Property Value

Type: System.Boolean

See Also

Reference

IDbMaintenanceFileCleanUpTaskInterface Interface

Microsoft.SqlServer.Management.DatabaseMaintenance Namespace