Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("Action")>
<ResDescriptionAttribute("Occurs when it is not possible to merge schemas for two tables with the same name.")>
Public Event MergeFailed As MergeFailedEventHandler |
C# | |
---|
[ResCategoryAttribute("Action")]
[ResDescriptionAttribute("Occurs when it is not possible to merge schemas for two tables with the same name.")]
public event MergeFailedEventHandler MergeFailed |
Event Data
The event handler receives an argument of type MergeFailedEventArgs containing data related to this event. The following MergeFailedEventArgs properties provide information specific to this event.
Property | Description |
---|
Conflict | Returns a description of the merge conflict. |
Table | Returns the System.Data.DataTable object. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also