Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.