CalculatedMeasureBinding 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.
Represents a binding to a calculated measure. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("736F7D74-F634-4c89-BB36-55DF50EF64A0")]
public sealed class CalculatedMeasureBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("736F7D74-F634-4c89-BB36-55DF50EF64A0")>]
type CalculatedMeasureBinding = class
inherit Binding
Public NotInheritable Class CalculatedMeasureBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
CalculatedMeasureBinding() |
Initializes a new instance of the CalculatedMeasureBinding class using the default values. |
CalculatedMeasureBinding(String) |
Initializes a new instance of the CalculatedMeasureBinding class using the specified measure. |
Properties
MeasureName |
Gets or sets the name of the calculated measure. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
Clone() |
Returns a copy of the CalculatedMeasureBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |