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