다음을 통해 공유


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.