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