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