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