Metodo QueryNotification.Clone
Creates a new full copy of an object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Overridable Function Clone As QueryNotification
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.QueryNotification
The new QueryNotification object.