Annotation Class

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.Annotation

Syntax

[GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")]
public sealed class Annotation : ICloneable
[GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")]
public ref class Annotation sealed : ICloneable
[<Sealed>]
[<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")>]
type Annotation = 
    class
        interface ICloneable
    end
<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")>
Public NotInheritable Class Annotation
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod Annotation()

Initializes a new instance of the Annotation class using the default values.

System_CAPS_pubmethod Annotation(String)

Initializes a new instance of the Annotation class using a name.

System_CAPS_pubmethod Annotation(String, String)

Initializes a new instance of Annotation using a name and a value.

System_CAPS_pubmethod Annotation(String, XmlNode)

Initializes a new instance of Annotation using a name and a value as an XmlNode.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the name associated with an Annotation.

System_CAPS_pubproperty Value

Gets or sets the XmlNode that contains the actual value of an Annotation.

System_CAPS_pubproperty Visibility

Defines the visibility of an Annotation element.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a new, full copy of an object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Returns a clone that is a new copy of the object.

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

Microsoft.AnalysisServices Namespace

Return to top