CopyTo 方法 (Level)
Copies a Level object to the specified object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function CopyTo ( _
obj As Level _
) As Level
'用途
Dim instance As Level
Dim obj As Level
Dim returnValue As Level
returnValue = instance.CopyTo(obj)
public Level CopyTo(
Level obj
)
public:
Level^ CopyTo(
Level^ obj
)
member CopyTo :
obj:Level -> Level
public function CopyTo(
obj : Level
) : Level
參數
- obj
型別:Microsoft.AnalysisServices. . :: . .Level
The object you are copying to.
傳回值
型別:Microsoft.AnalysisServices. . :: . .Level
The object copied to.