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 | |
---|---|---|
Annotation() | Initializes a new instance of the Annotation class using the default values. | |
Annotation(String) | Initializes a new instance of the Annotation class using a name. | |
Annotation(String, String) | Initializes a new instance of Annotation using a name and a value. | |
Annotation(String, XmlNode) | Initializes a new instance of Annotation using a name and a value as an XmlNode. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new, full copy of an object. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name associated with an Annotation. | |
Value | Gets or sets the XmlNode that contains the actual value of an Annotation. | |
Visibility | Defines the visibility of an Annotation element. |
Top