Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.SqlServer.SendMailTask</name> </assembly> <members> <member name="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask"> <summary>Represents a DTS Send Mail task.</summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.CCLine"> <summary>Gets or sets the e-mail addresses of the carbon copy recipients.</summary> <returns>The e-mail addresses of the carbon copy recipients.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.FileAttachments"> <summary>Gets or sets the names of the files attached to the e-mail message.</summary> <returns>The names of the files attached to the e-mail message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.FromLine"> <summary>Gets or sets the e-mail address of the sender.</summary> <returns>The e-mail address of the sender.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.MessageSource"> <summary>Gets or sets the message body or the name of the source that contains the message body.</summary> <returns>The message body or the name of the source that contains the message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.MessageSourceType"> <summary>Gets or sets the source type of the message body.</summary> <returns>The source type of the message body.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.Priority"> <summary>Gets or sets the priority of the message.</summary> <returns>The priority of the message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.SmtpConnection"> <summary>Gets or sets the name or IP address of the SMTP server.</summary> <returns>The name or IP address of the SMTP server.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.Subject"> <summary>Gets or sets the subject of the e-mail message.</summary> <returns>The subject of the e-mail message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.IDTSSendMailTask.ToLine"> <summary>Gets or sets the e-mail addresses of the recipients.</summary> <returns>The e-mail addresses of the recipients.</returns> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.MailPriority"> <summary>Specifies the priority of the message contained in the SendMail task.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.MailPriority.High"> <summary>A high priority message. </summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.MailPriority.Normal"> <summary>A normal priority message.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.MailPriority.Low"> <summary>A low priority message.</summary> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType"> <summary>Specifies the type of the <see cref="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSource" /> property, which contains or points to the body of the e-mail message.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType.DirectInput"> <summary>Specifies that the message source is contained as text in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSource" /> property.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType.FileConnection"> <summary>Specifies that the message source is contained in the file named in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSource" /> property.</summary> </member> <member name="F:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType.Variable"> <summary>Specifies that the message source is contained in the variable named in the <see cref="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSource" /> property.</summary> </member> <member name="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask"> <summary>Sends an e-mail message. This class cannot be inherited. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask" /> class. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.AcceptBreakpointManager(Microsoft.SqlServer.Dts.Runtime.BreakpointManager)"> <summary>Passes a <see cref="T:Microsoft.SqlServer.Dts.Runtime.BreakpointManager" /> to the Send Mail task. This method is called by the runtime and is not used in code.</summary> <param name="breakPointMgr">The breakpoint manager specific for this task.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.BCCLine"> <summary>Gets or sets the e-mail addresses of the blind carbon copy recipients, delimited by semicolons when there is more than one.</summary> <returns>A String containing the e-mail addresses of the blind carbon copy recipients.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.CCLine"> <summary>Gets or sets the e-mail addresses of the carbon copy recipients, delimited by semicolons when there is more than one.</summary> <returns>A String containing the e-mail addresses of the carbon copy recipients.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.DebugMode"> <summary>Gets or sets a Boolean indicating whether the object is in debug mode, and whether it should raise the <see cref="M:Microsoft.SqlServer.Dts.Runtime.IDTSEvents.OnBreakpointHit(Microsoft.SqlServer.Dts.Runtime.IDTSBreakpointSite,Microsoft.SqlServer.Dts.Runtime.BreakpointTarget)" /> event while running.</summary> <returns>A Boolean indicating whether the package is in debug mode. A value of true indicates that the object is in debug mode, and raises the <see cref="M:Microsoft.SqlServer.Dts.Runtime.IDTSEvents.OnBreakpointHit(Microsoft.SqlServer.Dts.Runtime.IDTSBreakpointSite,Microsoft.SqlServer.Dts.Runtime.BreakpointTarget)" /> event.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Executes the Send Mail task.</summary> <returns>One of the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> values.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A object for locking variables.</param> <param name="events">An T:Microsoft.SqlServer.Dts.Runtime.IDTSEvents interface to raise events.</param> <param name="log">An T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging interface.</param> <param name="transaction">The transaction to which the container belongs. The SSIS Runtime provides the transaction for the container, based on the P:Microsoft.SqlServer.Dts.Runtime.DtsContainer.TransactionOption property. This value can be null.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.FileAttachments"> <summary>Gets or sets the names of the files attached to the e-mail message, delimited by the pipe character (|) when there is more than one file.</summary> <returns>A String containing the names of the files attached to the e-mail message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.FromLine"> <summary>Gets or sets the e-mail address of the sender.</summary> <returns>A String containing the e-mail address of the sender.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.InitializeTask(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,Microsoft.SqlServer.Dts.Runtime.EventInfos,Microsoft.SqlServer.Dts.Runtime.LogEntryInfos,Microsoft.SqlServer.Dts.Runtime.ObjectReferenceTracker)"> <summary>Initializes the properties associated with the task. This method is called by the runtime and is not used in code.</summary> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A P:Microsoft.SqlServer.Dts.Runtime.DtsContainer.VariableDispenser object for locking variables.</param> <param name="events">An object implementing the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface.</param> <param name="log">An object implementing the T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging interface.</param> <param name="eventInfos">A collection containing events to be raised during execution of the task.</param> <param name="logEntryInfos">A collection of log entries.</param> <param name="refTracker">An object reference tracker.</param> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="element">The node containing the task metadata to be loaded.</param> <param name="events">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSource"> <summary>Gets or sets the message body or the name of the source that contains the message body.</summary> <returns>A String containing the message text or the name of the source that contains the message.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.MessageSourceType"> <summary>Gets or sets a value containing the source type of the message body.</summary> <returns>One of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType" /> values.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.Priority"> <summary>Gets or sets the priority of the message.</summary> <returns>One of the <see cref="T:Microsoft.SqlServer.Dts.Tasks.SendMailTask.MailPriority" /> values.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.ResumeExecution"> <summary>Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. </summary> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="doc">The XML document to save the information to.</param> <param name="events">An object that implements the T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.SmtpConnection"> <summary>Gets or sets the name or IP address of the Simple Mail Transfer Protocol (SMTP) server.</summary> <returns>A String containing the name or IP address of the Simple Mail Transfer Protocol (SMTP) server.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.Subject"> <summary>Gets or sets the subject of the e-mail message.</summary> <returns>A String containing the subject of the e-mail message.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.SuspendExecution"> <summary>Indicates that the executable needs to suspend. This method is called by the runtime engine.</summary> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.SuspendRequired"> <summary>Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.</summary> <returns>true if the task suspends when it encounters a breakpoint.</returns> </member> <member name="P:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.ToLine"> <summary>Gets or sets the e-mail addresses of the recipients, delimited by semicolons if there is more than one recipient.</summary> <returns>A String containing the e-mail addresses of the recipients.</returns> </member> <member name="M:Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Verifies that the task is properly configured.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A collection of connections used by the task.</param> <param name="variableDispenser">A T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser object for locking variables.</param> <param name="events">An object implementing the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface.</param> <param name="log">An object implementing the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> </member> </members> </doc>