DimensionBinding Class

Definition

Defines a binding from a Dimension object to a DataSource object. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("D94D3947-7CDA-40b0-B897-A4E6D5166697")]
public sealed class DimensionBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("D94D3947-7CDA-40b0-B897-A4E6D5166697")>]
type DimensionBinding = class
    inherit Binding
Public NotInheritable Class DimensionBinding
Inherits Binding
Inheritance
DimensionBinding
Attributes

Constructors

DimensionBinding()

Initializes a new instance of DimensionBinding using default values.

DimensionBinding(String, String)

Initializes a new instance of DimensionBinding for the specified DataSource and Dimension.

Properties

DataSourceID

Gets or sets the identifier of the DataSource for the current DimensionBinding.

DimensionID

Gets or sets the identifier of the Dimension for the current DimensionBinding.

Parent

Gets the parent object of the current object.

(Inherited from Binding)
Persistence

Gets or sets metadata persistence for current object.

RefreshInterval

Gets or sets the update interval for dimension data.

RefreshPolicy

Gets or sets update policy for current object.

Methods

Clone()

Returns a copy of the DimensionBinding object.

CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

(Inherited from Binding)
CopyTo(DimensionBinding)

Copies the current DimensionBinding object into specified object.

ToString()

Returns a string that represents the DimensionBinding object.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to