All columns in PartitioningSet with the same value are located in the same vertex RowSet

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public Collection<ColumnInfo> PartitioningSet { get; }
Visual Basic
Public ReadOnly Property PartitioningSet As Collection(Of ColumnInfo)
	Get
Visual C++
public:
property Collection<ColumnInfo^>^ PartitioningSet {
	Collection<ColumnInfo^>^ get ();
}

See Also