Метод SfcApplicationEvents.OnObjectCreated
Raises the ObjectCreated event. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub OnObjectCreated ( _
obj As SfcInstance, _
e As SfcObjectCreatedEventArgs _
)
'Применение
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcObjectCreatedEventArgs
instance.OnObjectCreated(obj, e)
public void OnObjectCreated(
SfcInstance obj,
SfcObjectCreatedEventArgs e
)
public:
void OnObjectCreated(
SfcInstance^ obj,
SfcObjectCreatedEventArgs^ e
)
member OnObjectCreated :
obj:SfcInstance *
e:SfcObjectCreatedEventArgs -> unit
public function OnObjectCreated(
obj : SfcInstance,
e : SfcObjectCreatedEventArgs
)
Параметры
- obj
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectCreatedEventArgs
The SfcObjectCreatedEventArgs object that contains the event data.