Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Occurs when the restore plan is completed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Event Complete As ServerMessageEventHandler
'Usage
Dim instance As RestorePlan
Dim handler As ServerMessageEventHandler
AddHandler instance.Complete, handler
public event ServerMessageEventHandler Complete
public:
event ServerMessageEventHandler^ Complete {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
member Complete : IEvent<ServerMessageEventHandler,
ServerMessageEventArgs>
JScript supports the use of events, but not the declaration of new ones.