Metodo Relationship.Clone
Creates a copy of the specified relationship.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Clone As Relationship
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.Relationship
The copy of the specified relationship.