Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a Boolean value that specifies whether the user had specified the applies to all option before.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Property ApplyToAll As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value that specifies whether the user had specified the applies to all option before.