Compartir a través de


Clone Método

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Clone As TableNotification
'Uso
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