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 deep copy of current DataItem in the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As DataItem _
) As DataItem
'Usage
Dim instance As DataItem
Dim obj As DataItem
Dim returnValue As DataItem
returnValue = instance.CopyTo(obj)
public DataItem CopyTo(
DataItem obj
)
public:
DataItem^ CopyTo(
DataItem^ obj
)
member CopyTo :
obj:DataItem -> DataItem
public function CopyTo(
obj : DataItem
) : DataItem
Parameters
- obj
Type: Microsoft.AnalysisServices.DataItem
Specifies the ComAssembly object where the current object is to be copied.
Return Value
Type: Microsoft.AnalysisServices.DataItem
A reference to the copied object.