Compartir a través de


Annotation Miembros

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

El tipo Annotation expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Annotation() () () () Initializes a new instance of the Annotation class using the default values.
Método publico Annotation(String) Initializes a new instance of the Annotation class using a name.
Método publico Annotation(String, String) Initializes a new instance of Annotation using a name and a value.
Método publico Annotation(String, XmlNode) Initializes a new instance of Annotation using a name and a value as an XmlNode.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates a new, full copy of an object.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name associated with an Annotation.
Propiedad pública Value Gets or sets the XmlNode that contains the actual value of an Annotation.
Propiedad pública Visibility Defines the visibility of an Annotation element.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Principio