Método CopyTo (PerspectiveMeasureGroup)
Copies a PerspectiveMeasureGroup object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function CopyTo ( _
obj As PerspectiveMeasureGroup _
) As PerspectiveMeasureGroup
'Uso
Dim instance As PerspectiveMeasureGroup
Dim obj As PerspectiveMeasureGroup
Dim returnValue As PerspectiveMeasureGroup
returnValue = instance.CopyTo(obj)
public PerspectiveMeasureGroup CopyTo(
PerspectiveMeasureGroup obj
)
public:
PerspectiveMeasureGroup^ CopyTo(
PerspectiveMeasureGroup^ obj
)
member CopyTo :
obj:PerspectiveMeasureGroup -> PerspectiveMeasureGroup
public function CopyTo(
obj : PerspectiveMeasureGroup
) : PerspectiveMeasureGroup
Parâmetros
- obj
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
The object you are copying to.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
The object copied to.
Consulte também