Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection object of all annotations to current DataItem.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Annotations As AnnotationCollection
Get
'Usage
Dim instance As DataItem
Dim value As AnnotationCollection
value = instance.Annotations
[BrowsableAttribute(false)]
public AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)]
public:
property AnnotationCollection^ Annotations {
AnnotationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Annotations : AnnotationCollection
function get Annotations () : AnnotationCollection
Property Value
Type: Microsoft.AnalysisServices.AnnotationCollection
An AnnotationCollection object that has all annotations to current DataItem.