Compartir a través de


Dimension.DimensionType Propiedad

Gets the dimension type of the Dimension.

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

Sintaxis

'Declaración
Public ReadOnly Property DimensionType As DimensionTypeEnum 
    Get
'Uso
Dim instance As Dimension 
Dim value As DimensionTypeEnum 

value = instance.DimensionType
public DimensionTypeEnum DimensionType { get; }
public:
property DimensionTypeEnum DimensionType {
    DimensionTypeEnum get ();
}
member DimensionType : DimensionTypeEnum
function get DimensionType () : DimensionTypeEnum

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum
A DimensionTypeEnum enumeration value that represents the dimension type of the Dimension.

Comentarios

In Microsoft SQL Server 2005 Analysis Services (SSAS), dimensions can be one of several different types, each with different functionality. For example, a time dimension has certain characteristics not shared by other dimensions, such as account dimensions, that make it useful for time series analysis.

For more information, see DimensionTypeEnum.

Vea también

Referencia

Dimension Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient