Freigeben über


IDTSSendMailTask.FileAttachments-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the names of the files attached to the e-mail message.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Property FileAttachments As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The names of the files attached to the e-mail message.

Siehe auch

Verweis

IDTSSendMailTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.SendMailTask-Namespace