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.
Copies a Level object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Level _
) As Level
'Usage
Dim instance As Level
Dim obj As Level
Dim returnValue As Level
returnValue = instance.CopyTo(obj)
public Level CopyTo(
Level obj
)
public:
Level^ CopyTo(
Level^ obj
)
member CopyTo :
obj:Level -> Level
public function CopyTo(
obj : Level
) : Level
Parameters
- obj
Type: Microsoft.AnalysisServices.Level
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Level
The object copied to.