Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.