Propriedade FileAttachments
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
Consulte também