Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a copy of the DatabaseEventSet object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Overrides Function Copy As EventSetBase
'Usage
Dim instance As DatabaseEventSet
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
Return Value
Type: Microsoft.SqlServer.Management.Smo.EventSetBase
A DatabaseEventSet object that represents a copy of the event set.