Partilhar via


Propriedade do RDL IDTSSendMailTask.ToLine

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the e-mail addresses of the recipients.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (em Microsoft.SqlServer.SendMailTask.dll)

Sintaxe

'Declaração
Property ToLine As String 
    Get 
    Set
'Uso
Dim instance As IDTSSendMailTask 
Dim value As String 

value = instance.ToLine

instance.ToLine = value
string ToLine { get; set; }
property String^ ToLine {
    String^ get ();
    void set (String^ value);
}
abstract ToLine : string with get, set
function get ToLine () : String 
function set ToLine (value : String)

Valor da propriedade

Tipo: System.String
The e-mail addresses of the recipients.

Consulte também

Referência

IDTSSendMailTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.SendMailTask