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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。