MailServer.EnableSsl プロパティ

SSL (Secure Socket Layer) が有効かどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo.Mail
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EnableSsl As Boolean 
    Get 
    Set
'使用
Dim instance As MailServer 
Dim value As Boolean 

value = instance.EnableSsl

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

プロパティ値

型: System.Boolean
操作の結果を示すブール値。SSL が有効な場合は True、そうでない場合は False です。

関連項目

参照

MailServer クラス

Microsoft.SqlServer.Management.Smo.Mail 名前空間