ForceDeleteForActiveProfiles プロパティ
名前空間: Microsoft.SqlServer.Management.Smo.Mail
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property ForceDeleteForActiveProfiles As Boolean
Get
Set
'使用
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)