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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.RegisteredServers..::..DuplicateFoundEventArgs
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Class DuplicateFoundEventArgs _
Inherits EventArgs
'Uso
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
O tipo DuplicateFoundEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DuplicateFoundEventArgs | Initializes a DuplicateFoundEventArgs object when a user attempts to import a registered server or server group that already exists in the local store. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.