Método Account.CopyTo
Copies an Account object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function CopyTo ( _
obj As Account _
) As Account
'Uso
Dim instance As Account
Dim obj As Account
Dim returnValue As Account
returnValue = instance.CopyTo(obj)
public Account CopyTo(
Account obj
)
public:
Account^ CopyTo(
Account^ obj
)
member CopyTo :
obj:Account -> Account
public function CopyTo(
obj : Account
) : Account
Parâmetros
- obj
Tipo: Microsoft.AnalysisServices.Account
The object you are copying to.
Valor de retorno
Tipo: Microsoft.AnalysisServices.Account
The Server object copied to.