次の方法で共有


AnnotationCollection.Item[] プロパティ

定義

オーバーロード

Item[Int32]

指定されたインデックス位置の Annotation 要素を取得します。

Item[String]

指定したキーを使用して Annotation 要素を取得します。

Item[Int32]

指定されたインデックス位置の Annotation 要素を取得します。

public Microsoft.AnalysisServices.Annotation this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.Annotation
Default Public ReadOnly Property Item(index As Integer) As Annotation

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある Annotation 要素。

例外

指定したインデックスが有効ではありません。

適用対象

Item[String]

指定したキーを使用して Annotation 要素を取得します。

public Microsoft.AnalysisServices.Annotation this[string name] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Annotation
Default Public ReadOnly Property Item(name As String) As Annotation

パラメーター

name
String

取得する要素の名前です。

プロパティ値

指定した名前を持つ Annotation 要素。

例外

コレクションに指定した名前の要素が存在しません。

適用対象