Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the object character from a specified segment of this instance to a specified segment of a destination.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As RelationshipEnd _
) As RelationshipEnd
'Usage
Dim instance As RelationshipEnd
Dim obj As RelationshipEnd
Dim returnValue As RelationshipEnd
returnValue = instance.CopyTo(obj)
public RelationshipEnd CopyTo(
RelationshipEnd obj
)
public:
RelationshipEnd^ CopyTo(
RelationshipEnd^ obj
)
member CopyTo :
obj:RelationshipEnd -> RelationshipEnd
public function CopyTo(
obj : RelationshipEnd
) : RelationshipEnd
Parameters
- obj
Type: Microsoft.AnalysisServices.RelationshipEnd
The object to copy.
Return Value
Type: Microsoft.AnalysisServices.RelationshipEnd
The object character from a specified segment of this instance to a specified segment of a destination.