다음을 통해 공유


DuplicateFoundEventArgs.Confirm 속성

Gets or sets a Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.

네임스페이스:  Microsoft.SqlServer.Management.RegisteredServers
어셈블리:  Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)

구문

‘선언
Public Property Confirm As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Boolean
A Boolean value that specifies the confirmation state to use if the user previously specified the applies to all option.

참고 항목

참조

DuplicateFoundEventArgs 클래스

Microsoft.SqlServer.Management.RegisteredServers 네임스페이스