Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The SmoApplication.ObjectCreatedEventHandler class represents the event handler that is used to handle events when an object is created.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Delegate Sub ObjectCreatedEventHandler ( _
sender As Object, _
e As ObjectCreatedEventArgs _
)
'Utilisation
Dim instance As New ObjectCreatedEventHandler(AddressOf HandlerMethod)
public delegate void ObjectCreatedEventHandler(
Object sender,
ObjectCreatedEventArgs e
)
public delegate void ObjectCreatedEventHandler(
Object^ sender,
ObjectCreatedEventArgs^ e
)
type ObjectCreatedEventHandler =
delegate of
sender:Object *
e:ObjectCreatedEventArgs -> unit
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : System.Object
An Object value that specifies the source of the event.
- e
Type : Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs
A Smohttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.