MailProfile.ForceDeleteForActiveProfiles 속성

Gets or sets a Boolean which determines whether active profiles are deleted.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ForceDeleteForActiveProfiles As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As MailProfile 
Dim value As Boolean 

value = instance.ForceDeleteForActiveProfiles

instance.ForceDeleteForActiveProfiles = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool ForceDeleteForActiveProfiles { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool ForceDeleteForActiveProfiles {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ForceDeleteForActiveProfiles : bool with get, set
function get ForceDeleteForActiveProfiles () : boolean 
function set ForceDeleteForActiveProfiles (value : boolean)

속성 값

유형: System.Boolean
A Boolean which is true if active profiles are deleted, otherwise false.

참고 항목

참조

MailProfile 클래스

Microsoft.SqlServer.Management.Smo.Mail 네임스페이스