Clone-Methode
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.
Siehe auch