Méthode ViewEventSet.Copy
Returns a copy of the event set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Overrides Function Copy As EventSetBase
'Utilisation
Dim instance As ViewEventSet
Dim returnValue As EventSetBase
returnValue = instance.Copy()
public override EventSetBase Copy()
public:
virtual EventSetBase^ Copy() override
abstract Copy : unit -> EventSetBase
override Copy : unit -> EventSetBase
public override function Copy() : EventSetBase
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.EventSetBase
A ViewEventSet object that represents a copy of the event set.