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