SchemaObjectType Enumeration
Represents the object type of an object retrieved by the GetSchemaObject method of the CubeDef.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Enumeration SchemaObjectType
'Usage
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType
Members
| Member name | Description | |
|---|---|---|
| ObjectTypeNamedSet | Object is a NamedSet. | |
| ObjectTypeMiningServiceParameter | Object is a MiningServiceParameter. | |
| ObjectTypeMiningService | Object is a MiningService. | |
| ObjectTypeMiningDistribution | Object is a MiningDistribution. | |
| ObjectTypeMiningContentNode | Object is a MiningContentNode. | |
| ObjectTypeMiningStructureColumn | Object is a MiningStructureColumn. | |
| ObjectTypeMiningModelColumn | Object is a MiningModelColumn. | |
| ObjectTypeMiningModel | Object is a MiningModel. | |
| ObjectTypeMiningStructure | Object is a MiningStructure. | |
| ObjectTypeKpi | Object is a Kpi. | |
| ObjectTypeMeasure | Object is a Measure. | |
| ObjectTypeMember | Object is a Member. | |
| ObjectTypeLevel | Object is a Level. | |
| ObjectTypeHierarchy | Object is a Hierarchy. | |
| ObjectTypeDimension | Object is a Dimension. |