Share via


DbMaintenanceReindexTask Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<GuidAttribute("8e9ba4eb-9e3d-427d-932b-a8c06f7d6e27")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey:="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public Class DbMaintenanceReindexTask
    Inherits DatabaseMaintenanceBaseTask
    Implements IDbMaintenanceReindexTaskInterface, IContextSelection, IDTSComponentPersist, ITaskDescriptionInterface
[GuidAttribute("8e9ba4eb-9e3d-427d-932b-a8c06f7d6e27")] 
[StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] 
public class DbMaintenanceReindexTask : DatabaseMaintenanceBaseTask, IDbMaintenanceReindexTaskInterface, IContextSelection, IDTSComponentPersist, 
    ITaskDescriptionInterface
[GuidAttribute(L"8e9ba4eb-9e3d-427d-932b-a8c06f7d6e27")] 
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey=L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] 
public ref class DbMaintenanceReindexTask : public DatabaseMaintenanceBaseTask, IDbMaintenanceReindexTaskInterface, IContextSelection, IDTSComponentPersist, 
    ITaskDescriptionInterface
/** @attribute GuidAttribute("8e9ba4eb-9e3d-427d-932b-a8c06f7d6e27") */ 
/** @attribute StrongNameIdentityPermissionAttribute(SecurityAction.LinkDemand, PublicKey="0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8") */ 
public class DbMaintenanceReindexTask extends DatabaseMaintenanceBaseTask implements IDbMaintenanceReindexTaskInterface, IContextSelection, 
    IDTSComponentPersist, ITaskDescriptionInterface
GuidAttribute("8e9ba4eb-9e3d-427d-932b-a8c06f7d6e27") 
public class DbMaintenanceReindexTask extends DatabaseMaintenanceBaseTask implements IDbMaintenanceReindexTaskInterface, IContextSelection, 
    IDTSComponentPersist, ITaskDescriptionInterface

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
       Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask
         Microsoft.SqlServer.Management.DatabaseMaintenance.DatabaseMaintenanceBaseTask
          Microsoft.SqlServer.Management.DatabaseMaintenance.DbMaintenanceReindexTask

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2), Windows 2000 Professional, Windows 2000 Advanced Server, Windows XP Home Edition, For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server., Windows Vista, Windows Mobile 5.0, Windows Mobile 2003 for Pocket PC, Windows CE 5.0

See Also

Reference

DbMaintenanceReindexTask Members
Microsoft.SqlServer.Management.DatabaseMaintenance Namespace