Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As AggregationDesignAttribute
'Usage
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Clone()
public AggregationDesignAttribute Clone()
public:
AggregationDesignAttribute^ Clone()
member Clone : unit -> AggregationDesignAttribute
public function Clone() : AggregationDesignAttribute
Rückgabewert
Typ: Microsoft.AnalysisServices.AggregationDesignAttribute
A new AggregationDesignAttribute object.