CopyTo méthode (CubeAttribute)
Copies a CubeAttribute object to the specified object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As CubeAttribute _
) As CubeAttribute
'Utilisation
Dim instance As CubeAttribute
Dim obj As CubeAttribute
Dim returnValue As CubeAttribute
returnValue = instance.CopyTo(obj)
public CubeAttribute CopyTo(
CubeAttribute obj
)
public:
CubeAttribute^ CopyTo(
CubeAttribute^ obj
)
member CopyTo :
obj:CubeAttribute -> CubeAttribute
public function CopyTo(
obj : CubeAttribute
) : CubeAttribute
Paramètres
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .CubeAttribute
The object copied to.