次の方法で共有


IDTSSendMailTask.SmtpConnection プロパティ

定義

SMTP サーバーの名前または IP アドレス取得します。値の設定も可能です。

public:
 property System::String ^ SmtpConnection { System::String ^ get(); void set(System::String ^ value); };
public string SmtpConnection { get; set; }
member this.SmtpConnection : string with get, set
Public Property SmtpConnection As String

プロパティ値

SMTP サーバーの名前または IP アドレスです。

適用対象