MeasureBinding Class
Represents a measure binding.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.MeasureBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")> _
Public NotInheritable Class MeasureBinding _
Inherits Binding
'Usage
Dim instance As MeasureBinding
[GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")]
public sealed class MeasureBinding : Binding
[GuidAttribute(L"44BCBE23-6AD5-4320-9347-EACD396123E4")]
public ref class MeasureBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")>]
type MeasureBinding =
class
inherit Binding
end
public final class MeasureBinding extends Binding
The MeasureBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MeasureBinding() | Initializes a new instance of the MeasureBinding class. | |
MeasureBinding(String) | Initializes a new instance of the MeasureBinding class. |
Top
Properties
Name | Description | |
---|---|---|
Container | (Inherited from Component.) | |
MeasureID | Gets or sets the measure identifier associated with the MeasureBinding. | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a new copy of this object instance. (Overrides Binding.Clone().) | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
ToString | Returns a string that represents the current object. (Overrides Component.ToString().) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Inherited from Binding.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.