DatabaseEvent.AlterMessageType Property
Gets a database event that can be included in the event set.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Dichiarazione
Public Shared ReadOnly Property AlterMessageType As DatabaseEvent
public static DatabaseEvent AlterMessageType { get; }
public:
static property DatabaseEvent^ AlterMessageType {
DatabaseEvent^ get ();
}
/** @property */
public static DatabaseEvent get_AlterMessageType ()
public static function get AlterMessageType () : DatabaseEvent
A DatabaseEvent object that represents the AlterMessageType event that can be included in the database event set.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
DatabaseEvent Class
DatabaseEvent Members
Microsoft.SqlServer.Management.Smo Namespace