Método CopyTo
Copies a QueryNotification object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function CopyTo ( _
obj As QueryNotification _
) As QueryNotification
'Uso
Dim instance As QueryNotification
Dim obj As QueryNotification
Dim returnValue As QueryNotification
returnValue = instance.CopyTo(obj)
public QueryNotification CopyTo(
QueryNotification obj
)
public:
QueryNotification^ CopyTo(
QueryNotification^ obj
)
member CopyTo :
obj:QueryNotification -> QueryNotification
public function CopyTo(
obj : QueryNotification
) : QueryNotification
Parâmetros
- obj
Tipo: Microsoft.AnalysisServices. . :: . .QueryNotification
The object you are copying to.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .QueryNotification
The QueryNotification object copied to.