AttributeBinding 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.
Defines a derived data type that represents a binding for an AttributeBinding element. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")]
public sealed class AttributeBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")>]
type AttributeBinding = class
inherit Binding
Public NotInheritable Class AttributeBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
AttributeBinding() |
Initializes a new instance of the AttributeBinding class using the default values. |
AttributeBinding(String, AttributeBindingType, Int32) |
Initializes a new instance of the AttributeBinding class using the specified attribute identifier and type, and an ordinal value. |
AttributeBinding(String, AttributeBindingType) |
Initializes a new instance of the AttributeBinding class using the specified attribute identifier and type. |
Properties
AttributeID |
Gets or sets the identifier of attribute used. |
Ordinal |
Gets or sets the ordinal number representing the position for binding within a collection. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Type |
Gets or sets the type of attribute associated with an AttributeBinding. |
Methods
Clone() |
Returns a copy of the AttributeBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
ToString() |
Returns a string that represents the AttributeBinding object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |