Perspective.CopyTo 方法 (Perspective)
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Copies a Perspective to the specified object.
命名空间: 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
参数
- obj
类型:Microsoft.AnalysisServices.Perspective
The object you are copying to.
返回值
类型:Microsoft.AnalysisServices.Perspective
The object copied to.