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.
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
Return Value
Type: Microsoft.AnalysisServices.QueryNotification
The new QueryNotification object.