Поделиться через


Метод 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.

См. также

Справочник

ModelComponent Класс

Пространство имен Microsoft.AnalysisServices