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
- obj
Type : Microsoft.AnalysisServices. . :: . .Level
The object you are copying to.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .Level
The object copied to.