Proprietà ForceDeleteForActiveProfiles
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property ForceDeleteForActiveProfiles As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche