DuplicateFoundEventArgs Class
The event that is raised when a user attempts to import a registered server or server group that already exists in the local store.
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
System::EventArgs
Microsoft.SqlServer.Management.RegisteredServers::DuplicateFoundEventArgs
| Name | Description | |
|---|---|---|
![]() | DuplicateFoundEventArgs() | Initializes a DuplicateFoundEventArgs object when a user attempts to import a registered server or server group that already exists in the local store. |
| Name | Description | |
|---|---|---|
![]() | ApplyToAll | Gets or sets a Boolean value that specifies whether the user had specified the applies to all option before. |
![]() | Cancel | Gets or sets a Boolean value that specifies whether the user has requested that the operation be cancelled. |
![]() | Confirm | Gets or sets a Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


