ServerGroup.DuplicateFound Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event that is raise when user attempts to import a registered server or server group that already exists in the local store
public event EventHandler<Microsoft.SqlServer.Management.RegisteredServers.DuplicateFoundEventArgs> DuplicateFound;
member this.DuplicateFound : EventHandler<Microsoft.SqlServer.Management.RegisteredServers.DuplicateFoundEventArgs>
Public Event DuplicateFound As EventHandler(Of DuplicateFoundEventArgs)