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.