DimensionAttribute.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new full copy of the DimensionAttribute object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public DimensionAttribute Clone()
public:
DimensionAttribute^ Clone()
member Clone : unit -> DimensionAttribute
Public Function Clone As DimensionAttribute

Return Value

Type: Microsoft.AnalysisServices.DimensionAttribute

The clone of the object.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top