CubeAttribute.CopyTo Método
Copies a CubeAttribute 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 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
- obj
Tipo: Microsoft.AnalysisServices.CubeAttribute
The object you are copying to.
Valor devuelto
Tipo: Microsoft.AnalysisServices.CubeAttribute
The object copied to.