Partager via


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
Méthode publique 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
Propriété publique ApplyToAll Gets or sets a Boolean value that specifies whether the user had specified the applies to all option before.
Propriété publique Cancel Gets or sets a Boolean value that specifies whether the user has requested that the operation be cancelled.
Propriété publique 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
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.