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