次の方法で共有


AnnotationCollection クラス

Annotation オブジェクトのコレクションが含まれます。 このクラスは継承できません。

継承階層

System.Object
  Microsoft.AnalysisServices.AnnotationCollection

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")> _
Public NotInheritable Class AnnotationCollection _
    Implements IList, ICollection, IEnumerable
'使用
Dim instance As AnnotationCollection
[GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")]
public sealed class AnnotationCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"660FA3D1-97B1-4c33-86AF-8F4381D4317E")]
public ref class AnnotationCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")>]
type AnnotationCollection =  
    class 
        interface IList 
        interface ICollection 
        interface IEnumerable 
    end
public final class AnnotationCollection implements IList, ICollection, IEnumerable

AnnotationCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AnnotationCollection Annotation の新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる Annotation オブジェクトの数を取得します。
パブリック プロパティ Item[Int32] 指定したインデックスにある Annotation をコレクションから取得します。
パブリック プロパティ Item[String] 指定した名前の Annotation をコレクションから取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(Annotation) Annotation をコレクションの末尾に追加します。
パブリック メソッド Add(String, String) 指定した名前および値の Annotation を作成し、コレクションの末尾に追加します。
パブリック メソッド Clear すべての要素をコレクションから削除します。
パブリック メソッド Contains(String) 指定した名前の Annotation がコレクションに含まれているかどうかを示します。
パブリック メソッド Contains(Annotation) 指定した Annotation がコレクションに含まれているかどうかを示します。
パブリック メソッド CopyTo(AnnotationCollection) AnnotationCollection の末尾にコレクション全体をコピーします。
パブリック メソッド CopyTo(Array, Int32) 互換性のある 1 次元の Array にコレクション全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド Find 指定した名前の Annotation をコレクションから取得します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetText 指定した名前の Annotation の値を取得します。
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf(String) 指定した名前の Annotation のインデックスを取得します。
パブリック メソッド IndexOf(Annotation) 指定した Annotation のインデックスを取得します。
パブリック メソッド Insert(Int32, Annotation) Annotation をコレクション内の指定したインデックスに挿入します。
パブリック メソッド Insert(Int32, String, String) 指定した名前および値の Annotation を作成し、コレクション内の指定したインデックスに挿入します。
パブリック メソッド Remove(String) 指定した名前の Annotation をコレクションから削除します。
パブリック メソッド Remove(Annotation) 指定した Annotation をコレクションから削除します。
パブリック メソッド RemoveAt 指定したインデックスにある Annotation をコレクションから削除します。
パブリック メソッド SetText(String, Boolean) 指定した名前の Annotation を、指定した Boolean 値に設定します。
パブリック メソッド SetText(String, Int32) 指定した名前の Annotation を、指定した Int32 値に設定します。
パブリック メソッド SetText(String, String) 指定した名前の Annotation を、指定した String 値に設定します。
パブリック メソッド SetText(String, String, Boolean) 指定した名前の Annotation を、指定した String 値に設定します。NULL 参照に設定されている場合は、名前付き注釈を削除するために使用することもできます。
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add コレクションにアイテムを追加します。
明示的なインターフェイスの実装プライベート メソッド IList.Contains 特定の値がコレクション内に存在するかどうかを示します。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator コレクションを反復処理する列挙子を返します。
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf コレクション内の特定のアイテムのインデックスを示します。
明示的なインターフェイスの実装プライベート メソッド IList.Insert アイテムをコレクション内の指定したインデックスに挿入します。
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize コレクションが固定サイズかどうかを示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly AnnotationCollection が読み取り専用かどうかを示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized コレクションへのアクセスが同期されるかどうか (スレッド セーフかどうか) を示す値を取得します。
明示的なインターフェイスの実装プライベート プロパティ IList.Item 指定したインデックスにある要素を取得します。
明示的なインターフェイスの実装プライベート メソッド IList.Remove 最初に見つかった特定のオブジェクトをコレクションから削除します。
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot コレクションへのアクセスの同期に使用できるオブジェクトを取得します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間