Interfaccia IDTSSendMailTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a DTS Send Mail task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Sintassi
'Dichiarazione
Public Interface IDTSSendMailTask
'Utilizzo
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask = interface end
public interface IDTSSendMailTask
Nel tipo IDTSSendMailTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
CCLine | Infrastruttura. Gets or sets the e-mail addresses of the carbon copy recipients. | |
FileAttachments | Infrastruttura. Gets or sets the names of the files attached to the e-mail message. | |
FromLine | Infrastruttura. Gets or sets the e-mail address of the sender. | |
MessageSource | Infrastruttura. Gets or sets the message body or the name of the source that contains the message body. | |
MessageSourceType | Infrastruttura. Gets or sets the source type of the message body. | |
Priority | Infrastruttura. Gets or sets the priority of the message. | |
SmtpConnection | Infrastruttura. Gets or sets the name or IP address of the SMTP server. | |
Subject | Infrastruttura. Gets or sets the subject of the e-mail message. | |
ToLine | Infrastruttura. Gets or sets the e-mail addresses of the recipients. |
In alto