PerspectiveAttribute.CopyTo Método
Copies a PerspectiveAttribute object to the specified object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function CopyTo ( _
obj As PerspectiveAttribute _
) As PerspectiveAttribute
'Uso
Dim instance As PerspectiveAttribute
Dim obj As PerspectiveAttribute
Dim returnValue As PerspectiveAttribute
returnValue = instance.CopyTo(obj)
public PerspectiveAttribute CopyTo(
PerspectiveAttribute obj
)
public:
PerspectiveAttribute^ CopyTo(
PerspectiveAttribute^ obj
)
member CopyTo :
obj:PerspectiveAttribute -> PerspectiveAttribute
public function CopyTo(
obj : PerspectiveAttribute
) : PerspectiveAttribute
Parámetros
- obj
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The object you are copying to.
Valor devuelto
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The object copied to.