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 specified relationship to a specific object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Relationship _
) As Relationship
'Usage
Dim instance As Relationship
Dim obj As Relationship
Dim returnValue As Relationship
returnValue = instance.CopyTo(obj)
public Relationship CopyTo(
Relationship obj
)
public:
Relationship^ CopyTo(
Relationship^ obj
)
member CopyTo :
obj:Relationship -> Relationship
public function CopyTo(
obj : Relationship
) : Relationship
Parameters
- obj
Type: Microsoft.AnalysisServices.Relationship
The object where the specified relationship will be copied to.
Return Value
Type: Microsoft.AnalysisServices.Relationship
The copied relationship.