CubeDimensionBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derived from Binding this type contains identifiers for data sources, cube and cube dimension and an MDX filter. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("72245140-F8BD-4705-AE23-6DFABA51F92D")]
public sealed class CubeDimensionBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("72245140-F8BD-4705-AE23-6DFABA51F92D")>]
type CubeDimensionBinding = class
inherit Binding
Public NotInheritable Class CubeDimensionBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
CubeDimensionBinding() |
Initializes a new instance of the CubeDimensionBinding class using the default values. |
CubeDimensionBinding(String, String, String) |
Initializes a new instance of the CubeDimensionBinding class using the specified data source, cube and cube dimension. |
Properties
CubeDimensionID |
Gets or sets the identifier of the CubeDimension for the current CubeDimensionBinding. |
CubeID |
Gets or sets the identifier of the Cube for the current CubeDimensionBinding. |
DataSourceID |
Gets or sets the identifier of the DataSource for the current CubeDimensionBinding. |
Filter |
Gets or sets an MDX expression that specifies how to filter the source data. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
Clone() |
Returns a copy of the CubeDimensionBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
CopyTo(CubeDimensionBinding) |
Copies a CubeDimensionBinding object to the specified object. |
ToString() |
Returns a string that represents the CubeDimensionBinding object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |