BackupRestoreBase.Information Event
Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the CompleteNextMedia or PercentComplete events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Event Information As ServerMessageEventHandler
public event ServerMessageEventHandler Information
public:
event ServerMessageEventHandler^ Information {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
/** @event */
public void add_Information (ServerMessageEventHandler value)
/** @event */
public void remove_Information (ServerMessageEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Example
How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET
Remarks
In Microsoft JScript, you can handle the events defined by a class, but you cannot define your own.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
BackupRestoreBase Class
BackupRestoreBase Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Handling SMO Events
RESTORE (Transact-SQL)
BACKUP (Transact-SQL)
Backing Up and Restoring Databases in SQL Server