SfcObjectDroppedEventArgs Class

Definition

Event arguments passed when an object is dropped.

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

Constructors

Name Description
SfcObjectDroppedEventArgs(Urn, SfcInstance)

Properties

Name Description
Instance

The current object.

(Inherited from SfcEventArgs)
Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to