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 AlterAssembly As SqlAssemblyEvent
Get
'Usage
Dim value As SqlAssemblyEvent
value = SqlAssemblyEvent.AlterAssembly
public static SqlAssemblyEvent AlterAssembly { get; }
public:
static property SqlAssemblyEvent^ AlterAssembly {
SqlAssemblyEvent^ get ();
}
static member AlterAssembly : SqlAssemblyEvent
static function get AlterAssembly () : SqlAssemblyEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that represents the AlterAssembly event that can be included in the assembly event set.