Sdílet prostřednictvím


IncrementalProcessingNotification.Clone Method

Creates a new full copy of an object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Overrides Function Clone As QueryNotification
'Usage
Dim instance As IncrementalProcessingNotification
Dim returnValue As QueryNotification

returnValue = instance.Clone()
public override QueryNotification Clone()
public:
virtual QueryNotification^ Clone() override
abstract Clone : unit -> QueryNotification 
override Clone : unit -> QueryNotification 
public override function Clone() : QueryNotification

Return Value

Type: Microsoft.AnalysisServices.QueryNotification
The cloned object.