3.1.4.2.2.1.3.16.1 Columns

The MDSCHEMA_MEASUREGROUPS rowset contains the following columns.

Name

Type

Restriction

Description

CATALOG_NAME

xsd:string

Yes

The name of the catalog.

SCHEMA_NAME

xsd:string

Yes

The name of the schema.<252>

CUBE_NAME

xsd:string

Yes

The name of the cube.

MEASUREGROUP_NAME

xsd:string

Yes

The name of the measure group.

DESCRIPTION

xsd:string

A description of the member.

IS_WRITE_ENABLED

xsd:boolean

When true, indicates that the measure group is write-enabled; otherwise false.

Returns a value of true if the measure group is write-enabled.

MEASUREGROUP_CAPTION

xsd:string

The caption for the measure group.

This schema rowset is not sorted.

The response has the following definition.

       <xsd:element name="root">
         <xsd:complexType>
           <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="row" type="row" />
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:complexType name="row">
         <xsd:sequence>
           <xsd:element sql:field="CATALOG_NAME" name="CATALOG_NAME" 
                            type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="SCHEMA_NAME" name="SCHEMA_NAME" 
                            type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="CUBE_NAME" name="CUBE_NAME" 
                            type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="MEASUREGROUP_NAME" name="MEASUREGROUP_NAME" 
                            type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="DESCRIPTION" name="DESCRIPTION" 
                            type="xsd:string" minOccurs="0" />
           <xsd:element sql:field="IS_WRITE_ENABLED" name="IS_WRITE_ENABLED" 
                            type="xsd:boolean" minOccurs="0" />
           <xsd:element sql:field="MEASUREGROUP_CAPTION" name="MEASUREGROUP_CAPTION" 
                            type="xsd:string" minOccurs="0" />
         </xsd:sequence>
       </xsd:complexType>