Freigeben über


DuplicateFoundEventArgs.Confirm-Eigenschaft

Gets or sets a Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Property Confirm As Boolean 
    Get 
    Set
'Usage
Dim instance As DuplicateFoundEventArgs 
Dim value As Boolean 

value = instance.Confirm

instance.Confirm = value
public bool Confirm { get; set; }
public:
property bool Confirm {
    bool get ();
    void set (bool value);
}
member Confirm : bool with get, set
function get Confirm () : boolean 
function set Confirm (value : boolean)

Eigenschaftswert

Typ: System.Boolean
A Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.

Siehe auch

Verweis

DuplicateFoundEventArgs Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace