Compartir a través de


ModelComponent.Annotations Property

Gets a collection within which you can store custom data.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Annotations As AnnotationCollection
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public virtual AnnotationCollection Annotations { get; }
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get ();
}
/** @property */
public AnnotationCollection get_Annotations ()
public function get Annotations () : AnnotationCollection

Valor de propiedad

A collection of custom data elements (annotations).

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ModelComponent Class
ModelComponent Members
Microsoft.AnalysisServices Namespace