TableNotification.CopyTo(TableNotification) Method

Definition

Copies a TableNotification object to the specified object.

public Microsoft.AnalysisServices.TableNotification CopyTo (Microsoft.AnalysisServices.TableNotification obj);
member this.CopyTo : Microsoft.AnalysisServices.TableNotification -> Microsoft.AnalysisServices.TableNotification
Public Function CopyTo (obj As TableNotification) As TableNotification

Parameters

obj
TableNotification

The object you are copying to.

Returns

The TableNotification object copied to.

Applies to