Método CopyTo (CubeAttribute)
Copies a CubeAttribute object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function CopyTo ( _
obj As CubeAttribute _
) As CubeAttribute
'Uso
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
Parâmetros
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
The object copied to.
Consulte também