IDTSSendMailTask 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a DTS Send Mail task.
命名空间: Microsoft.SqlServer.Dts.Tasks.SendMailTask
程序集: Microsoft.SqlServer.SendMailTask(在 Microsoft.SqlServer.SendMailTask.dll 中)
语法
声明
Public Interface IDTSSendMailTask
用法
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask = interface end
public interface IDTSSendMailTask
IDTSSendMailTask 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
CCLine | 基础结构。Gets or sets the e-mail addresses of the carbon copy recipients. |
![]() |
FileAttachments | 基础结构。Gets or sets the names of the files attached to the e-mail message. |
![]() |
FromLine | 基础结构。Gets or sets the e-mail address of the sender. |
![]() |
MessageSource | 基础结构。Gets or sets the message body or the name of the source that contains the message body. |
![]() |
MessageSourceType | 基础结构。Gets or sets the source type of the message body. |
![]() |
Priority | 基础结构。Gets or sets the priority of the message. |
![]() |
SmtpConnection | 基础结构。Gets or sets the name or IP address of the SMTP server. |
![]() |
Subject | 基础结构。Gets or sets the subject of the e-mail message. |
![]() |
ToLine | 基础结构。Gets or sets the e-mail addresses of the recipients. |
页首