QueryGroup Class

Definition

Represents a QueryGroup object. Associated with Partition or NamedExpression objects.

public sealed class QueryGroup : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type QueryGroup = class
    inherit NamedMetadataObject
Public NotInheritable Class QueryGroup
Inherits NamedMetadataObject
Inheritance

Remarks

This metadata object is only supported when the compatibility level of the database is at 1480 or above.

Constructors

QueryGroup()

Create a new instance of the QueryGroup class with default settings.

Properties

Annotations

Gets the collection object of all annotations in the current QueryGroup.

Description

The description of the query-group, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio.

Folder

The logical path of the query group.

IsRemoved

A Boolean specifying whether this object was removed from an object tree.

(Inherited from MetadataObject)
Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
Name

Gets the Name of this object.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

Methods

Clone()

Creates a new, full copy of a QueryGroup object.

CopyFrom(QueryGroup)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(QueryGroup)

Copies a QueryGroup object to the specified object.

Validate()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

(Inherited from MetadataObject)

Applies to