DuplicateFoundEventArgs-Klasse
The event that is raised when a user attempts to import a registered server or server group that already exists in the local store.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.RegisteredServers..::..DuplicateFoundEventArgs
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Class DuplicateFoundEventArgs _
Inherits EventArgs
'Usage
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
Der DuplicateFoundEventArgs-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
DuplicateFoundEventArgs | Initializes a DuplicateFoundEventArgs object when a user attempts to import a registered server or server group that already exists in the local store. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)