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
- obj
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
The object to copy.
Return Value
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
The object character from a specified segment of this instance to a specified segment of a destination.