Skip to main content

Enum MaintenancePlanObjectSelectionMode

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum MaintenancePlanObjectSelectionMode

Fields

FieldsDescription
EverythingSelecting Everything will ignore specific selections and simply select all Tables or Views.
TablesSpecifies that only tables should be selected for maintenance.
ViewsSpecifies that only views should be selected for maintenance.