SchemaObjectType 枚举
Represents the object type of an object retrieved by the GetSchemaObject method of the CubeDef.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Enumeration SchemaObjectType
用法
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType
成员
| 成员名称 | 说明 | |
|---|---|---|
| ObjectTypeDimension | The object is a Dimension. | |
| ObjectTypeHierarchy | The object is a Hierarchy. | |
| ObjectTypeLevel | The object is a Level. | |
| ObjectTypeMember | The object is a Member. | |
| ObjectTypeMeasure | The object is a Measure. | |
| ObjectTypeKpi | The object is a Kpi. | |
| ObjectTypeMiningStructure | The object is a MiningStructure. | |
| ObjectTypeMiningModel | The object is a MiningModel. | |
| ObjectTypeMiningModelColumn | The object is a MiningModelColumn. | |
| ObjectTypeMiningStructureColumn | The object is a MiningStructureColumn. | |
| ObjectTypeMiningContentNode | The object is a MiningContentNode. | |
| ObjectTypeMiningDistribution | The object is a MiningDistribution. | |
| ObjectTypeMiningService | The object is a MiningService. | |
| ObjectTypeMiningServiceParameter | The object is a MiningServiceParameter. | |
| ObjectTypeNamedSet | The object is a NamedSet. |