Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the e-mail address of the sender.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property FromLine As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The e-mail address of the sender.