Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Copies the current Group object into the object that is passed as a parameter.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function CopyTo ( _
obj As Group _
) As Group
'Uso
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
Parámetros
- obj
Tipo: Microsoft.AnalysisServices.Group
Specifies the Group object into which the current object is to be copied.
Valor devuelto
Tipo: Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.