Type 屬性

Gets or sets the type of Dimension object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Type As DimensionType
    Get
    Set
'用途
Dim instance As Dimension
Dim value As DimensionType

value = instance.Type

instance.Type = value
public DimensionType Type { get; set; }
public:
property DimensionType Type {
    DimensionType get ();
    void set (DimensionType value);
}
member Type : DimensionType with get, set
function get Type () : DimensionType
function set Type (value : DimensionType)

屬性值

型別:Microsoft.AnalysisServices. . :: . .DimensionType
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.