إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Copies the current Group object into the object that is passed as a parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Group _
) As Group
'Usage
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
Parameters
- obj
Type: Microsoft.AnalysisServices.Group
Specifies the Group object into which the current object is to be copied.
Return Value
Type: Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.