Partager via


FileAttachments propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly :  Microsoft.SqlServer.SendMailTask (dans Microsoft.SqlServer.SendMailTask.dll)

Syntaxe

'Déclaration
Property FileAttachments As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String