Proprietà IDTSSendMailTask.FromLine
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the e-mail address of the sender.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Sintassi
'Dichiarazione
Property FromLine As String
Get
Set
'Utilizzo
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.FromLine
instance.FromLine = value
string FromLine { get; set; }
property String^ FromLine {
String^ get ();
void set (String^ value);
}
abstract FromLine : string with get, set
function get FromLine () : String
function set FromLine (value : String)
Valore proprietà
Tipo: System.String
The e-mail address of the sender.