Annotation Class
Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.Annotation
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")> _
Public NotInheritable Class Annotation _
    Implements ICloneable
'Usage
Dim instance As Annotation
[GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")]
public sealed class Annotation : ICloneable
[GuidAttribute(L"FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")]
public ref class Annotation sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")>]
type Annotation =  
    class
        interface ICloneable
    end
public final class Annotation implements ICloneable
The Annotation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | Annotation() | Initializes a new instance of the Annotation class using the default values. | 
| .gif) | Annotation(String) | Initializes a new instance of the Annotation class using a name. | 
| .gif) | Annotation(String, String) | Initializes a new instance of Annotation using a name and a value. | 
| .gif) | Annotation(String, XmlNode) | Initializes a new instance of Annotation using a name and a value as an XmlNode. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | Gets or sets the name associated with an Annotation. | 
| .gif) | Value | Gets or sets the XmlNode that contains the actual value of an Annotation. | 
| .gif) | Visibility | Defines the visibility of an Annotation element. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new, full copy of an object. | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)