Compartir a través de


IDTSSendMailTask.MessageSource Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the message body or the name of the source that contains the message body.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Ensamblado:  Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSSendMailTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.SendMailTask