Add メソッド (Annotation)
Annotation をコレクションの末尾に追加します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Add ( _
item As Annotation _
) As Integer
'使用
Dim instance As AnnotationCollection
Dim item As Annotation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Annotation item
)
public:
int Add(
Annotation^ item
)
member Add :
item:Annotation -> int
public function Add(
item : Annotation
) : int
パラメーター
- item
型: Microsoft.AnalysisServices. . :: . .Annotation
追加する Annotation です。
戻り値
型: System. . :: . .Int32
Annotation の追加先である、0 から始まるインデックスです。