ValueChange.Tuple Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MDX tuple of the value was changed in the OLAP data source.
public:
property System::String ^ Tuple { System::String ^ get(); };
public string Tuple { get; }
Public ReadOnly Property Tuple As String
Property Value
The MDX tuple of the value was changed in the OLAP data source.
Remarks
Read-only.