Membros Annotation
Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
O tipo Annotation expõe os seguintes membros.
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
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
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