Método AttributeRelationship.Clone
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As AttributeRelationship
'Uso
Dim instance As AttributeRelationship
Dim returnValue As AttributeRelationship
returnValue = instance.Clone()
public AttributeRelationship Clone()
public:
AttributeRelationship^ Clone()
member Clone : unit -> AttributeRelationship
public function Clone() : AttributeRelationship
Valor de retorno
Tipo: Microsoft.AnalysisServices.AttributeRelationship
A new full copy of an object.