Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an assembly event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropAssembly As SqlAssemblyEvent
Get
'Usage
Dim value As SqlAssemblyEvent
value = SqlAssemblyEvent.DropAssembly
public static SqlAssemblyEvent DropAssembly { get; }
public:
static property SqlAssemblyEvent^ DropAssembly {
SqlAssemblyEvent^ get ();
}
static member DropAssembly : SqlAssemblyEvent
static function get DropAssembly () : SqlAssemblyEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that represents the DropAssembly event that can be included in the assembly event set.