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.
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.