Annotation Class
Applies To: SQL Server (starting with 2016)
Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of an object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Returns a clone that is a new copy of the object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



