Group.CopyTo 方法
Copies the current Group object into the object that is passed as a parameter.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function CopyTo ( _
obj As Group _
) As Group
'用途
Dim instance As Group
Dim obj As Group
Dim returnValue As Group
returnValue = instance.CopyTo(obj)
public Group CopyTo(
Group obj
)
public:
Group^ CopyTo(
Group^ obj
)
member CopyTo :
obj:Group -> Group
public function CopyTo(
obj : Group
) : Group
參數
- obj
型別:Microsoft.AnalysisServices.Group
Specifies the Group object into which the current object is to be copied.
傳回值
型別:Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.