Account.Clone Method
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Account
'Usage
Dim instance As Account
Dim returnValue As Account
returnValue = instance.Clone()
public Account Clone()
public:
Account^ Clone()
member Clone : unit -> Account
public function Clone() : Account
Return Value
Type: Microsoft.AnalysisServices.Account
An Account object.