Compartilhar via


Propriedade do RDL Command.Annotations

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Annotations As AnnotationCollection 
    Get
'Uso
Dim instance As Command 
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AnnotationCollection

Consulte também

Referência

Command Classe

Namespace Microsoft.AnalysisServices