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
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

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

Methods

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Returns a clone that is a new copy of the 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.

See Also

Reference

Microsoft.AnalysisServices Namespace