Annotation Members

Include Protected Members
Include Inherited Members

Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.

The Annotation type exposes the following members.

Constructors

  Name Description
Public method Annotation() Initializes a new instance of the Annotation class using the default values.
Public method Annotation(String) Initializes a new instance of the Annotation class using a name.
Public method Annotation(String, String) Initializes a new instance of Annotation using a name and a value.
Public method Annotation(String, XmlNode) Initializes a new instance of Annotation using a name and a value as an XmlNode.

Top

Methods

  Name Description
Public method Clone() Creates a new, full copy of an object.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Name Gets or sets the name associated with an Annotation.
Public property Value Gets or sets the XmlNode that contains the actual value of an Annotation.
Public property Visibility Defines the visibility of an Annotation element.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone()

Top