Compartilhar via


Método Account.Clone

Creates a new full copy of an object.

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

Sintaxe

'Declaração
Public Function Clone As Account
'Uso
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.Account
An Account object.

Consulte também

Referência

Account Classe

Namespace Microsoft.AnalysisServices