Class PlannedTableScan
public class PlannedTableScan
- Inheritance
-
PlannedTableScan
- Inherited Members
Constructors
PlannedTableScan(IEnumerable<IndexOperation>, IEnumerable<ReverseIndexOperation>, IEnumerable<InsertOperation>, IEnumerable<RelateOperation>)
public PlannedTableScan(IEnumerable<IndexOperation> indexPlans, IEnumerable<ReverseIndexOperation> reverseIndexPlans, IEnumerable<InsertOperation> copyPlans, IEnumerable<RelateOperation> relatePlans)
Parameters
indexPlansIEnumerable<IndexOperation>reverseIndexPlansIEnumerable<ReverseIndexOperation>copyPlansIEnumerable<InsertOperation>relatePlansIEnumerable<RelateOperation>
Fields
IndexBuilds
public readonly IReadOnlyList<IndexOperation> IndexBuilds
Field Value
Inserts
public readonly IReadOnlyList<InsertOperation> Inserts
Field Value
Relates
public readonly IReadOnlyList<RelateOperation> Relates
Field Value
ReverseIndexBuilds
public readonly IReadOnlyList<ReverseIndexOperation> ReverseIndexBuilds
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.