Information 이벤트

Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Event Information As ServerMessageEventHandler
‘사용 방법
Dim instance As BackupRestoreBase
Dim handler As ServerMessageEventHandler

AddHandler instance.Information, handler
public event ServerMessageEventHandler Information
public:
 event ServerMessageEventHandler^ Information {
    void add (ServerMessageEventHandler^ value);
    void remove (ServerMessageEventHandler^ value);
}
member Information : IEvent<ServerMessageEventHandler,
    ServerMessageEventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

주의

In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type ServerMessageEventArgs containing data related to this event. The following property provides information specific to this event.

Property

Description

Error

Occurs when an error is raised.