Classe Annotation
Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.Annotation
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("FEBF233D-E8CF-4eaf-8B2A-ED7E1C9E183D")> _
Public NotInheritable Class Annotation _
Implements ICloneable
'Uso
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
O tipo Annotation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Returns a clone that is a new copy of the object. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.