Relationship.Clone Método
Creates a copy of the specified relationship.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.