Annotation Class
Updated: May 24, 2016
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.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Annotation
| Name | Description | |
|---|---|---|
![]() | Annotation() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time in which this annotation was modified. |
![]() | Name | Gets or sets the name of the object. (Overrides NamedMetadataObject::Name.) |
![]() | Object | Gets or sets the object property. |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | Value | Gets or sets the value of the annotation. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

