Perspective.CopyTo メソッド (Perspective)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Perspective を指定したオブジェクトにコピーします。
名前空間: 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
コピー先のオブジェクトです。
戻り値
型: Microsoft.AnalysisServices.Perspective
コピーされたオブジェクトです。