Compartilhar via


Propriedade do RDL ForceDeleteForActiveProfiles

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

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property ForceDeleteForActiveProfiles As Boolean
    Get
    Set
'Uso
Dim instance As MailProfile
Dim value As Boolean

value = instance.ForceDeleteForActiveProfiles

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

Valor da propriedade

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