Compartir a través de


Enumeración SchemaObjectType

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Enumeration SchemaObjectType
'Uso
Dim instance As SchemaObjectType
public enum SchemaObjectType
public enum class SchemaObjectType
type SchemaObjectType
public enum SchemaObjectType

Miembros

Nombre del miembro Descripción
ObjectTypeDimension Object is a Dimension.
ObjectTypeHierarchy Object is a Hierarchy.
ObjectTypeKpi Object is a Kpi.
ObjectTypeLevel Object is a Level.
ObjectTypeMeasure Object is a Measure.
ObjectTypeMember Object is a Member.
ObjectTypeMiningContentNode Object is a MiningContentNode.
ObjectTypeMiningDistribution Object is a MiningDistribution.
ObjectTypeMiningModel Object is a MiningModel.
ObjectTypeMiningModelColumn Object is a MiningModelColumn.
ObjectTypeMiningService Object is a MiningService.
ObjectTypeMiningServiceParameter Object is a MiningServiceParameter.
ObjectTypeMiningStructure Object is a MiningStructure.
ObjectTypeMiningStructureColumn Object is a MiningStructureColumn.
ObjectTypeNamedSet Object is a NamedSet.

Comentarios

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

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdServer