Compartir a través de


MailProfile.ForceDeleteForActiveProfiles Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ForceDeleteForActiveProfiles As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

MailProfile Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail