Свойство DuplicateFoundEventArgs.ApplyToAll

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

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Public Property ApplyToAll As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

DuplicateFoundEventArgs Класс

Пространство имен Microsoft.SqlServer.Management.RegisteredServers