DataItem.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new, deep copy of current DataItem.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.DataItem

The copy of current DataItem.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top