Freigeben über


Annotation-Klasse

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

Vererbungshierarchie

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

Der Annotation-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Annotation() Initializes a new instance of the Annotation class using the default values.
Öffentliche Methode Annotation(String) Initializes a new instance of the Annotation class using a name.
Öffentliche Methode Annotation(String, String) Initializes a new instance of Annotation using a name and a value.
Öffentliche Methode Annotation(String, XmlNode) Initializes a new instance of Annotation using a name and a value as an XmlNode.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name associated with an Annotation.
Öffentliche Eigenschaft Value Gets or sets the XmlNode that contains the actual value of an Annotation.
Öffentliche Eigenschaft Visibility Defines the visibility of an Annotation element.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new, full copy of an object.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Returns a clone that is a new copy of the object.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace