Partager via


Propriété DuplicateFoundEventArgs.Cancel

Gets or sets a Boolean value that specifies whether the user has requested that the operation be cancelled.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Property Cancel As Boolean 
    Get 
    Set
'Utilisation
Dim instance As DuplicateFoundEventArgs 
Dim value As Boolean 

value = instance.Cancel

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

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the user has requested that the operation be cancelled.

Voir aussi

Référence

DuplicateFoundEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers