共用方式為


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.