SfcObjectCreatedEventArgs Class

Definition

Event arguments passed when an object is created.

public class SfcObjectCreatedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcObjectCreatedEventArgs = class
    inherit SfcEventArgs
Public Class SfcObjectCreatedEventArgs
Inherits SfcEventArgs
Inheritance
SfcObjectCreatedEventArgs

Constructors

SfcObjectCreatedEventArgs(Urn, SfcInstance)

Properties

Instance

The current object.

(Inherited from SfcEventArgs)
Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to