Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public Property Confirm As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.
Voir aussi
Référence
DuplicateFoundEventArgs Classe
Espace de noms Microsoft.SqlServer.Management.RegisteredServers