Freigeben über


AttributeRelationship.Clone-Methode

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

Rückgabewert

Typ: Microsoft.AnalysisServices.AttributeRelationship
A new full copy of an object.

Siehe auch

Verweis

AttributeRelationship Klasse

Microsoft.AnalysisServices-Namespace