Méthode CopyTo (Account)

Copies an Account object to the specified object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function CopyTo ( _
    obj As Account _
) As Account
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .Account
The Server object copied to.