Méthode Copy
Returns a copy of the event set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Overrides Function Copy As EventSetBase
'Utilisation
Dim instance As DatabaseDdlTriggerEventSet
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 DatabaseDdlTriggerEventSet object that represents a copy of the event set.
Voir aussi