This topic has not yet been rated - Rate this topic

AttributeBinding Class

Defines a derived data type that represents a binding for an AttributeBinding element. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")]
public sealed class AttributeBinding : Binding

The AttributeBinding type exposes the following members.

  NameDescription
Public methodAttributeBinding()Initializes a new instance of the AttributeBinding class using the default values.
Public methodAttributeBinding(String, AttributeBindingType)Initializes a new instance of the AttributeBinding class using an attribute identifier and an attribute type.
Public methodAttributeBinding(String, AttributeBindingType, Int32)Initializes a new instance of the AttributeBinding class using an attribute identifier, an attribute type, and an ordinal value.
Top
  NameDescription
Public propertyAttributeIDGets or sets the AttributeID to use.
Public propertyContainer (Inherited from Component.)
Public propertyOrdinalGets or sets the ordinal number representing the position for binding within a collection.
Public propertyParentGets the parent object of the current object. (Inherited from Binding.)
Public propertySite (Inherited from Component.)
Public propertyTypeGets or sets the type of attribute associated with an AttributeBinding.
Top
  NameDescription
Public methodCloneCreates a new, full copy of an object. (Overrides Binding.Clone().)
Public methodCreateObjRefSecurity Critical. (Inherited from MarshalByRefObject.)
Public methodDispose (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeServiceSecurity Critical. (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeServiceSecurity Critical. (Inherited from MarshalByRefObject.)
Public methodToStringConverts an attribute binding into a String. (Overrides Component.ToString().)
Top
  NameDescription
Public eventDisposed (Inherited from Component.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICloneable.CloneCreates a new copy of the object instance. (Inherited from Binding.)
Top

Derives from Binding.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.