Annotation 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 extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")]
public sealed class Annotation : ICloneable
[<System.Runtime.InteropServices.Guid("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")>]
type Annotation = class
interface ICloneable
Public NotInheritable Class Annotation
Implements ICloneable
- Inheritance
-
Annotation
- Attributes
- Implements
Constructors
Annotation() |
Initializes a new instance of the Annotation class using the default values. |
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. |
Annotation(String) |
Initializes a new instance of the Annotation class using a name. |
Properties
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 |
Gets or sets the visibility of an Annotation element. |
Methods
Clone() |
Creates a new, full copy of an Annotation object. |
Explicit Interface Implementations
ICloneable.Clone() |