This topic has not yet been rated - Rate this topic

Dimension.Type Property

Gets or sets the type of Dimension object.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
[DefaultValueAttribute(DimensionType.Regular)] 
public DimensionType Type { get; set; }
/** @property */
public DimensionType get_Type ()

/** @property */
public void set_Type (DimensionType value)

public function get Type () : DimensionType

public function set Type (value : DimensionType)

Property Value

An enumeration containing dimension types. The default is Regular

Provides both the Analysis Services applications and client applications with information about the contents of a Dimension.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.