Compartilhar via


Método RelationshipEndAttribute.CopyTo

Copies the object character from a specified segment of this instance to a specified segment of a destination.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function CopyTo ( _
    obj As RelationshipEndAttribute _
) As RelationshipEndAttribute
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

RelationshipEndAttribute Classe

Namespace Microsoft.AnalysisServices