The event that is raised when a user attempts to import a registered server or server group that already exists in the local store.
繼承階層
System.Object
System.EventArgs
Microsoft.SqlServer.Management.RegisteredServers.DuplicateFoundEventArgs
命名空間: Microsoft.SqlServer.Management.RegisteredServers
組件: Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
語法
'宣告
Public Class DuplicateFoundEventArgs _
Inherits EventArgs
'用途
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
DuplicateFoundEventArgs 型別公開下列成員。
建構函式
| 名稱 | 說明 | |
|---|---|---|
![]() |
DuplicateFoundEventArgs | Initializes a DuplicateFoundEventArgs object when a user attempts to import a registered server or server group that already exists in the local store. |
上層
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
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. |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)