Version

DataSourceChangeType Enumeration

Constants which identify the type of change that occurred to a data source.
Syntax
'Declaration
 
Public Enum DataSourceChangeType 
   Inherits System.Enum
public enum DataSourceChangeType : System.Enum 
Members
MemberDescription
AxisHierarchyAddedA Hierarchy was added to the row or column axis.
AxisHierarchyRemovedA Hierarchy was removed from the row or column axis.
CatalogChangedThe currently selected Catalog has changed.
ColumnAxisTupleMemberCollapsedAn tuple member has been collapsed on the column axis.
ColumnAxisTupleMemberExpandedAn tuple member has been expanded on the column axis.
CubeChangedThe currently selected Cube has changed.
FilterAddedA Hierarchy was added to the filter axis.
FilterRemovedA Hierarchy was removed from the filter axis.
HierarchyAllFilterMembersRemovedAll filter members were removed from a hierarchy.
HierarchyFilterMemberAddedA filter member was added to a hierarchy.
HierarchyFilterMemberRemovedA filter member was removed from a hierarchy.
InitializedFirst-time initialization of the data source has occurred.
MeasureAddedA Measure was added.
MeasureRemovedA Measure was removed.
NoneUsed for variable initialization.
RowAxisTupleMemberCollapsedAn tuple member has been collapsed on the row axis.
RowAxisTupleMemberExpandedAn tuple member has been expanded on the row axis.
UpdateOne or more pending changes that were made to the data source were committed by calling the UpdateAsync method.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also