KnowledgeFragmentInspector.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)
'Usage
Dim instance As KnowledgeFragmentInspector
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 ();
}
/** @property */
public IDictionary<SyncId[],RangeSet> get_ColumnRangeSets ()
public function get ColumnRangeSets () : IDictionary<SyncId[],RangeSet>
Property Value
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
KnowledgeFragmentInspector Class
KnowledgeFragmentInspector Members
Microsoft.Synchronization Namespace