Partilhar via


Propriedade do RDL IDTSSendMailTask.MessageSource

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 message body or the name of the source that contains the message body.

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

Sintaxe

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

value = instance.MessageSource

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

Valor da propriedade

Tipo: System.String
The message body or the name of the source that contains the message.

Consulte também

Referência

IDTSSendMailTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.SendMailTask