Propriedade do RDL IDTSSendMailTask.FromLine
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 e-mail address of the sender.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (em Microsoft.SqlServer.SendMailTask.dll)
Sintaxe
'Declaração
Property FromLine As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The e-mail address of the sender.