Share via


TableNotification.Clone Method

Returns a clone of the object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As TableNotification
'Usage
Dim instance As TableNotification 
Dim returnValue As TableNotification 

returnValue = instance.Clone()
public TableNotification Clone()
public:
TableNotification^ Clone()
member Clone : unit -> TableNotification
public function Clone() : TableNotification

Return Value

Type: Microsoft.AnalysisServices.TableNotification
The clone.

See Also

Reference

TableNotification Class

Microsoft.AnalysisServices Namespace