Metodo CopyTo (CubeAttribute)
Copies a CubeAttribute object to the specified object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function CopyTo ( _
obj As CubeAttribute _
) As CubeAttribute
'Utilizzo
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
Parametri
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
The object copied to.
Vedere anche