ModelComponent.AfterInsert 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Displays a ModelComponent object after added to the specified index.
命名空间: 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
The index where the object is added.