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 | |
---|---|---|
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. |
Properties
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. |
Methods
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
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