Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Rückgabewert
Typ: Microsoft.AnalysisServices.QueryNotification
The cloned object.