SchemaObjectType 枚举

Represents the object type of an object retrieved by the GetSchemaObject method of the CubeDef.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Enumeration SchemaObjectType
用法
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType

成员

成员名称 说明
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.
ObjectTypeNamedSet Object is a NamedSet.
ObjectTypeMiningServiceParameter Object is a MiningServiceParameter.
ObjectTypeMiningService Object is a MiningService.
ObjectTypeMiningDistribution Object is a MiningDistribution.

注释

This Enumeration is used by the GetSchemaObject method of the CubeDef.