Поделиться через


Элементы 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.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone

В начало