Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the object type of an object retrieved by the GetSchemaObject method of the CubeDef.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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 | The object is a Dimension. | |
| ObjectTypeHierarchy | The object is a Hierarchy. | |
| ObjectTypeKpi | The object is a Kpi. | |
| ObjectTypeLevel | The object is a Level. | |
| ObjectTypeMeasure | The object is a Measure. | |
| ObjectTypeMember | The object is a Member. | |
| ObjectTypeMiningContentNode | The object is a MiningContentNode. | |
| ObjectTypeMiningDistribution | The object is a MiningDistribution. | |
| ObjectTypeMiningModel | The object is a MiningModel. | |
| ObjectTypeMiningModelColumn | The object is a MiningModelColumn. | |
| ObjectTypeMiningService | The object is a MiningService. | |
| ObjectTypeMiningServiceParameter | The object is a MiningServiceParameter. | |
| ObjectTypeMiningStructure | The object is a MiningStructure. | |
| ObjectTypeMiningStructureColumn | The object is a MiningStructureColumn. | |
| ObjectTypeNamedSet | The object is a NamedSet. |
Comentarios
This Enumeration is used by the GetSchemaObject method of the CubeDef.