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.