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 the content of this object to another object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As OlapDataSource _
) As OlapDataSource
'Usage
Dim instance As OlapDataSource
Dim obj As OlapDataSource
Dim returnValue As OlapDataSource
returnValue = instance.CopyTo(obj)
public OlapDataSource CopyTo(
OlapDataSource obj
)
public:
OlapDataSource^ CopyTo(
OlapDataSource^ obj
)
member CopyTo :
obj:OlapDataSource -> OlapDataSource
public function CopyTo(
obj : OlapDataSource
) : OlapDataSource
Parameters
- obj
Type: Microsoft.AnalysisServices.OlapDataSource
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.OlapDataSource
The destination object.