Freigeben über


IDTSSendMailTask.MessageSource-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Property MessageSource As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSSendMailTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.SendMailTask-Namespace