Método Relationship.Clone
Creates a copy of the specified relationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As Relationship
'Uso
Dim instance As Relationship
Dim returnValue As Relationship
returnValue = instance.Clone()
public Relationship Clone()
public:
Relationship^ Clone()
member Clone : unit -> Relationship
public function Clone() : Relationship
Valor de retorno
Tipo: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.