CopyTo 方法 (Perspective)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function CopyTo ( _
obj As Perspective _
) As Perspective
'用途
Dim instance As Perspective
Dim obj As Perspective
Dim returnValue As Perspective
returnValue = instance.CopyTo(obj)
public Perspective CopyTo(
Perspective obj
)
public:
Perspective^ CopyTo(
Perspective^ obj
)
member CopyTo :
obj:Perspective -> Perspective
public function CopyTo(
obj : Perspective
) : Perspective