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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Copies a Partition to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Partition _
) As Partition
'Usage
Dim instance As Partition
Dim obj As Partition
Dim returnValue As Partition
returnValue = instance.CopyTo(obj)
public Partition CopyTo(
Partition obj
)
public:
Partition^ CopyTo(
Partition^ obj
)
member CopyTo :
obj:Partition -> Partition
public function CopyTo(
obj : Partition
) : Partition
Parameters
- obj
Type: Microsoft.AnalysisServices.Partition
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Partition
The object copied to.