Level.Clone メソッド

オブジェクトの新しい完全コピーを作成します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Clone As Level
'使用
Dim instance As Level 
Dim returnValue As Level 

returnValue = instance.Clone()
public Level Clone()
public:
Level^ Clone()
member Clone : unit -> Level
public function Clone() : Level

戻り値

型: Microsoft.AnalysisServices.Level
複製されたオブジェクトです。

関連項目

参照

Level クラス

Microsoft.AnalysisServices 名前空間