Partager via


Propriété DuplicateFoundEventArgs.ApplyToAll

Gets or sets a Boolean value that specifies whether the user had specified the applies to all option before.

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

Syntaxe

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

value = instance.ApplyToAll

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

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the user had specified the applies to all option before.

Voir aussi

Référence

DuplicateFoundEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers