ObjectType Enumeration

 

Updated: May 24, 2016

An enumeration of logical metadata objects in a Tabular model or database. You can use ObjectType to return the type if you don't already know what it is.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class ObjectType

Member nameDescription
Annotation

An object of type Annotation in a Tabular model.

AttributeHierarchy

An object of type AttributeHierarchy in a Tabular model.

Column

An object of type Column in a Tabular model.

Culture

An object of type Culture in a Tabular model.

Database

Specifies that the Annotation or Translation is for a Database object.

DataSource

An object of type DataSource in a Tabular Model.

Hierarchy

An object of type Hierarchy in a Tabular model.

KPI

An object of type KPI in a Tabular model.

Level

An object of type Level in a Hiearchy of a Tabular model.

LinguisticMetadata

An object of type LinguisticMetadata in a Tabular model.

Measure

An object of type Measure in a Tabular model.

Model

Object type for a Tabular Model created at compatibility level 1200 or above.

Null

ObjectType is null if the object is not part of a Tabular model or database at compatibility level 1200 or later.

ObjectTranslation

An object of type ObjectTranslation in a Tabular model.

Partition

An object of type Partition in a Tabular model.

Perspective

An object of type Perspective in a Tabular model.

PerspectiveColumn

An object of type PerspectiveColumn in a Tabular model.

PerspectiveHierarchy

An object of type PerspectiveHierarchy in a Tabular model.

PerspectiveMeasure

An object of type PerspectiveMeasure in a Tabular model.

PerspectiveTable

An object of type PerspectiveTable in a Tabular model.

Relationship

An object of type Relationship in a Tabular model.

Role

An object of type Role in a Tabular model.

RoleMembership

An object of type T:Microsoft.AnalysisServices.Tabular.RoleMembership in a Tabular model.

Table

An object of type Table in a Tabular model.

TablePermission

An object of type TablePermission in a Tabular model.

Return to top
Show: