Share via


AfterDeleteDatabaseEventArgs Class

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Data.Tools.Schema.Common..::..AfterDeleteDatabaseEventArgs

Namespace:  Microsoft.Data.Tools.Schema.Common
Assembly:  Microsoft.Data.Tools.Utilities (in Microsoft.Data.Tools.Utilities.dll)

Syntax

'Declaration
Public NotInheritable Class AfterDeleteDatabaseEventArgs _
    Inherits EventArgs
'Usage
Dim instance As AfterDeleteDatabaseEventArgs
public sealed class AfterDeleteDatabaseEventArgs : EventArgs
public ref class AfterDeleteDatabaseEventArgs sealed : public EventArgs
[<SealedAttribute>]
type AfterDeleteDatabaseEventArgs =  
    class
        inherit EventArgs
    end
public final class AfterDeleteDatabaseEventArgs extends EventArgs

The AfterDeleteDatabaseEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Schema.Common Namespace