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