Classe DuplicateFoundEventArgs
The event that is raised when a user attempts to import a registered server or server group that already exists in the local store.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.RegisteredServers..::..DuplicateFoundEventArgs
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public Class DuplicateFoundEventArgs _
Inherits EventArgs
'Utilisation
Dim instance As DuplicateFoundEventArgs
public class DuplicateFoundEventArgs : EventArgs
public ref class DuplicateFoundEventArgs : public EventArgs
type DuplicateFoundEventArgs =
class
inherit EventArgs
end
public class DuplicateFoundEventArgs extends EventArgs
Le type DuplicateFoundEventArgs expose les membres suivants.
Constructeurs
Nom | 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. |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.