Annotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An extension of the schema used for passing object-specific information in the form of name-value pairs, for use by a client application. Analysis Services does not interpret or validate annotations. Annotations are defined as a child of a logical metadata object in the model.
public sealed class Annotation : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type Annotation = class
inherit NamedMetadataObject
Public NotInheritable Class Annotation
Inherits NamedMetadataObject
- Inheritance
Constructors
Annotation() |
Create a new instance of the Annotation class with default settings. |
Properties
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
ModifiedTime |
The time that the object was last modified. |
Name |
Gets or Sets the Name of this object. |
Object |
A reference to the object that owns this Annotation. |
ObjectType |
Gets the type of the object. |
Parent |
Parent object, null for Model objects. |
Value |
The value of the annotation. |
Methods
Clone() |
Creates a new, full copy of a Annotation object. |
CopyFrom(Annotation) |
Obsolete.
Deprecated. Use CopyTo method instead. |
CopyTo(Annotation) |
Copies a Annotation object to the specified object. |
Rename(String) |
Obsolete.
Deprecated. Use RequestRename method instead. |
RequestRename(String) |
Request rename of this object. |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |