Partager via


Classe Annotation

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices..::..Annotation

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")> _
Public NotInheritable Class Annotation _
    Implements ICloneable
'Utilisation
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

Le type Annotation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Annotation() () () () Initializes a new instance of the Annotation class using the default values.
Méthode publique Annotation(String) Initializes a new instance of the Annotation class using a name.
Méthode publique Annotation(String, String) Initializes a new instance of Annotation using a name and a value.
Méthode publique Annotation(String, XmlNode) Initializes a new instance of Annotation using a name and a value as an XmlNode.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets the name associated with an Annotation.
Propriété publique Value Gets or sets the XmlNode that contains the actual value of an Annotation.
Propriété publique Visibility Defines the visibility of an Annotation element.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new, full copy of an object.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.