Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- obj
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The object to copy.
Rückgabewert
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The object character from a specified segment of this instance to a specified segment of a destination.