SchemaObjectType 열거형

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Enumeration SchemaObjectType
‘사용 방법
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType

멤버

멤버 이름 설명
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.

주의

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