Enum MaintenancePlanObjectSelectionMode
C#
public enum MaintenancePlanObjectSelectionMode
Fields
Everything | Selecting Everything will ignore specific selections and simply select all Tables or Views. |
Tables | Specifies that only tables should be selected for maintenance. |
Views | Specifies that only views should be selected for maintenance. |