Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.