PerspectiveAttribute.CopyTo Yöntemi (PerspectiveAttribute)
Kopya bir PerspectiveAttribute nesnesi belirtilen nesne.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function CopyTo ( _
obj As PerspectiveAttribute _
) As PerspectiveAttribute
'Kullanım
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
Parametreler
- obj
Tür: Microsoft.AnalysisServices.PerspectiveAttribute
Nesne kopyalama.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.PerspectiveAttribute
Kopyalanan nesne.
Ayrıca bkz.