Share via


KnowledgeFragmentBuilder.ColumnRangeSets Property

Gets the list of RangeSet objects that refer to a specific set of change units.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property ColumnRangeSets As IDictionary(Of SyncId(), RangeSet)
    Get
'Usage
Dim instance As KnowledgeFragmentBuilder
Dim value As IDictionary(Of SyncId(), RangeSet)

value = instance.ColumnRangeSets
public IDictionary<SyncId[], RangeSet> ColumnRangeSets { get; }
public:
property IDictionary<array<SyncId^>^, RangeSet^>^ ColumnRangeSets {
    IDictionary<array<SyncId^>^, RangeSet^>^ get ();
}
member ColumnRangeSets : IDictionary<SyncId[], RangeSet>
function get ColumnRangeSets () : IDictionary<SyncId[], RangeSet>

Property Value

Type: System.Collections.Generic.IDictionary<array<SyncId[], RangeSet>
The list of RangeSet objects that refer to a specific set of change units.

Remarks

Each item in the list contained in this property pairs an array of change unit IDs with a RangeSet object. Each RangeSet object contains a list of Range objects that refers to the associated set of change units. The ScopeRangeSet contains a list of Range objects that refer to all change units that do not have an associated RangeSet object.

See Also

Reference

KnowledgeFragmentBuilder Class

Microsoft.Synchronization Namespace