Partager via


Méthode CopyTo (Level)

Copies a Level 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 Level _
) As Level
'Utilisation
Dim instance As Level
Dim obj As Level
Dim returnValue As Level

returnValue = instance.CopyTo(obj)
public Level CopyTo(
    Level obj
)
public:
Level^ CopyTo(
    Level^ obj
)
member CopyTo : 
        obj:Level -> Level 
public function CopyTo(
    obj : Level
) : Level

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .Level
The object copied to.