共用方式為


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.

繼承階層

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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。