Propriété IDTSSendMailTask.MessageSource
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the message body or the name of the source that contains the message body.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly : Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)
Syntaxe
'Déclaration
Property MessageSource As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The message body or the name of the source that contains the message.