Delen via


RelationshipEndAttribute.CopyTo Method

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 RelationshipEndAttribute _
) As RelationshipEndAttribute
'Usage
Dim instance As RelationshipEndAttribute 
Dim obj As RelationshipEndAttribute 
Dim returnValue As RelationshipEndAttribute 

returnValue = instance.CopyTo(obj)
public RelationshipEndAttribute CopyTo(
    RelationshipEndAttribute obj
)
public:
RelationshipEndAttribute^ CopyTo(
    RelationshipEndAttribute^ obj
)
member CopyTo : 
        obj:RelationshipEndAttribute -> RelationshipEndAttribute
public function CopyTo(
    obj : RelationshipEndAttribute
) : RelationshipEndAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.RelationshipEndAttribute
The object character from a specified segment of this instance to a specified segment of a destination.

See Also

Reference

RelationshipEndAttribute Class

Microsoft.AnalysisServices Namespace