Énumération SchemaObjectType

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public Enumeration SchemaObjectType
'Utilisation
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType

Membres

Nom de membre 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.

Notes

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