Compartilhar via


Propriedade SaveInSentFolder

Gets or sets the Boolean property value that specifies whether the notifications are saved.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property SaveInSentFolder As Boolean
    Get
    Set
'Uso
Dim instance As JobServer
Dim value As Boolean

value = instance.SaveInSentFolder

instance.SaveInSentFolder = value
[SfcPropertyAttribute]
public bool SaveInSentFolder { get; set; }
[SfcPropertyAttribute]
public:
property bool SaveInSentFolder {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member SaveInSentFolder : bool with get, set
function get SaveInSentFolder () : boolean
function set SaveInSentFolder (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the notification messages are saved or not.
If True, the notification messages are saved in the Sent folder.
If False (default), the notification messages are not saved.