NamedMetadataObject Class
Updated: May 24, 2016
Represents a Tabular metadata object by its name.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Annotation
Microsoft.AnalysisServices.Tabular::Column
Microsoft.AnalysisServices.Tabular::Culture
Microsoft.AnalysisServices.Tabular::DataSource
Microsoft.AnalysisServices.Tabular::Hierarchy
Microsoft.AnalysisServices.Tabular::Level
Microsoft.AnalysisServices.Tabular::Measure
Microsoft.AnalysisServices.Tabular::Model
Microsoft.AnalysisServices.Tabular::ModelRole
Microsoft.AnalysisServices.Tabular::ModelRoleMember
Microsoft.AnalysisServices.Tabular::Partition
Microsoft.AnalysisServices.Tabular::Perspective
Microsoft.AnalysisServices.Tabular::PerspectiveColumn
Microsoft.AnalysisServices.Tabular::PerspectiveHierarchy
Microsoft.AnalysisServices.Tabular::PerspectiveMeasure
Microsoft.AnalysisServices.Tabular::PerspectiveTable
Microsoft.AnalysisServices.Tabular::Relationship
Microsoft.AnalysisServices.Tabular::Table
Microsoft.AnalysisServices.Tabular::TablePermission
| Name | Description | |
|---|---|---|
![]() | NamedMetadataObject() | A base class representing a named metadata object.. |
![]() | NamedMetadataObject(String^) | Sets the name of the metadata object. |
| Name | Description | |
|---|---|---|
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | Name | Gets or sets an accessor that returns the MetadataObject name. |
![]() | ObjectType | Gets the type of object. (Inherited from MetadataObject.) |
![]() | Parent | Gets or sets the parent of the current MetadataObject. (Inherited from MetadataObject.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


