Freigeben über


EventSetBase.Copy-Methode

Returns a copy of the EventSetBase object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public MustOverride Function Copy As EventSetBase
'Usage
Dim instance As EventSetBase 
Dim returnValue As EventSetBase 

returnValue = instance.Copy()
public abstract EventSetBase Copy()
public:
virtual EventSetBase^ Copy() abstract
abstract Copy : unit -> EventSetBase
public abstract function Copy() : EventSetBase

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object that is a copy of the original object.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

EventSetBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace