次の方法で共有


TableNotificationCollection.Add メソッド

TableNotification をコレクションの末尾に追加します。

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

構文

'宣言
Public Function Add ( _
    item As TableNotification _
) As Integer
'使用
Dim instance As TableNotificationCollection 
Dim item As TableNotification 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    TableNotification item
)
public:
int Add(
    TableNotification^ item
)
member Add : 
        item:TableNotification -> int
public function Add(
    item : TableNotification
) : int

パラメーター

戻り値

型: System.Int32
TableNotification の追加先である、0 から始まるインデックスです。

関連項目

参照

TableNotificationCollection クラス

Microsoft.AnalysisServices 名前空間