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.
Creates a new, deep copy of current DataItem.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As DataItem
'Usage
Dim instance As DataItem
Dim returnValue As DataItem
returnValue = instance.Clone()
public DataItem Clone()
public:
DataItem^ Clone()
member Clone : unit -> DataItem
public function Clone() : DataItem
Return Value
Type: Microsoft.AnalysisServices.DataItem
The copy of current DataItem.