AttributeRelationship.Clone Method
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As AttributeRelationship
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AttributeRelationship
A new full copy of an object.