Элементы Annotation
Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited.
Тип Annotation предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Clone | Creates a new, full copy of an object. |
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало