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 Overridable Function Clone As QueryNotification
'Usage
Dim instance As QueryNotification
Dim returnValue As QueryNotification
returnValue = instance.Clone()
public virtual QueryNotification Clone()
public:
virtual QueryNotification^ Clone()
abstract Clone : unit -> QueryNotification
override Clone : unit -> QueryNotification
public function Clone() : QueryNotification
Rückgabewert
Typ: Microsoft.AnalysisServices.QueryNotification
The new QueryNotification object.