Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a new, full copy of an object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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.