Interface IDaxObject
Objects that can be referenced in a DAX expression (table, column, measure)
Assembly: TOMWrapper.dll
Syntax
public interface IDaxObject : ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Properties
DaxObjectFullName
Declaration
string DaxObjectFullName { get; }
Property Value
DaxObjectName
Declaration
string DaxObjectName { get; }
Property Value
DaxTableName
Declaration
string DaxTableName { get; }
Property Value
ReferencedBy
Declaration
ReferencedByList ReferencedBy { get; }
Property Value
Extension Methods