Udostępnij przez


Właściwość IDTSSendMailTask.FileAttachments

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Zestaw:  Microsoft.SqlServer.SendMailTask (w Microsoft.SqlServer.SendMailTask.dll)

Składnia

'Deklaracja
Property FileAttachments As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String