Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Copies a TableNotification object to the specified object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function CopyTo ( _
obj As TableNotification _
) As TableNotification
'Uso
Dim instance As TableNotification
Dim obj As TableNotification
Dim returnValue As TableNotification
returnValue = instance.CopyTo(obj)
public TableNotification CopyTo(
TableNotification obj
)
public:
TableNotification^ CopyTo(
TableNotification^ obj
)
member CopyTo :
obj:TableNotification -> TableNotification
public function CopyTo(
obj : TableNotification
) : TableNotification
Parámetros
- obj
Tipo: Microsoft.AnalysisServices.TableNotification
The object you are copying to.
Valor devuelto
Tipo: Microsoft.AnalysisServices.TableNotification
The TableNotification object copied to.