Account.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new full copy of an object.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.Account

An Account object.

See Also

Account Class
Microsoft.AnalysisServices Namespace

Return to top