Annotations プロパティ
現在のオブジェクトに対するすべての注釈のコレクション オブジェクトを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Overrides ReadOnly Property Annotations As AnnotationCollection
Get
'使用
Dim instance As MajorObject
Dim value As AnnotationCollection
value = instance.Annotations
public override AnnotationCollection Annotations { get; }
public:
virtual property AnnotationCollection^ Annotations {
AnnotationCollection^ get () override;
}
abstract Annotations : AnnotationCollection
override Annotations : AnnotationCollection
override function get Annotations () : AnnotationCollection
プロパティ値
型: Microsoft.AnalysisServices. . :: . .AnnotationCollection
現在のオブジェクトに対するすべての注釈が含まれる AnnotationCollection オブジェクトです。