Compartir a través de


FileAttachments Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Ensamblado:  Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String