CubeDef Members

Represents the metadata for a cube.

The following tables list the members exposed by the CubeDef type.

Public Properties

  Name Description
ms142259.pubproperty(en-US,SQL.90).gif Caption Gets the caption of the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif Description Gets the description of the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif Dimensions Gets an instance of the DimensionCollection class that contains the dimensions for the CubeDef class.
ms142259.pubproperty(en-US,SQL.90).gif Kpis Gets the Key Performance Indicators (KPIs) associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SQL Server 2005 Analysis Services (SSAS).
ms142259.pubproperty(en-US,SQL.90).gif LastProcessed Gets the date and time on which the CubeDef was last processed.
ms142259.pubproperty(en-US,SQL.90).gif LastUpdated Gets the date and time on which the CubeDef was last updated.
ms142259.pubproperty(en-US,SQL.90).gif Measures Gets an instance of the MeasureCollection class that contains the measures for the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif Name Gets the name of the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif NamedSets Gets an instance of the NamedSetCollection class that contains the named sets for the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif ParentConnection Gets an instance of the AdomdConnection class that contains the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif Properties Gets an instance of a PropertyCollection class that contains the properties associated with the CubeDef.
ms142259.pubproperty(en-US,SQL.90).gif Type Returns the CubeType of the cube, if supported by the provider.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms142259.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether two instances are equal.
ms142259.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.
ms142259.pubmethod(en-US,SQL.90).gif GetSchemaObject Overloaded. Returns an object associated with the CubeDef from a specified schema rowset.
ms142259.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms142259.pubmethod(en-US,SQL.90).gifms142259.static(en-US,SQL.90).gif op_Equality Determines whether two specified instances of CubeDef are equal.
ms142259.pubmethod(en-US,SQL.90).gifms142259.static(en-US,SQL.90).gif op_Inequality Determines whether two specified instances of CubeDef have different values.
ms142259.pubmethod(en-US,SQL.90).gifms142259.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142259.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a String that represents the current CubeDef.

Top

Protected Methods

  Name Description
ms142259.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms142259.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

CubeDef Class
Microsoft.AnalysisServices.AdomdClient Namespace