AfterInsert メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Friend Overridable Sub AfterInsert ( _
index As Integer _
)
'使用
Dim index As Integer
Me.AfterInsert(index)
protected internal virtual void AfterInsert(
int index
)
protected public:
virtual void AfterInsert(
int index
)
abstract AfterInsert :
index:int -> unit
override AfterInsert :
index:int -> unit
function AfterInsert(
index : int
)
パラメーター
- index
型: System. . :: . .Int32