JobServer.SaveInSentFolder Property
Gets or sets the Boolean property value that specifies whether the notifications are saved.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property SaveInSentFolder As Boolean
[SfcPropertyAttribute]
public bool SaveInSentFolder { get; set; }
[SfcPropertyAttribute]
public:
property bool SaveInSentFolder {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_SaveInSentFolder ()
/** @property */
public void set_SaveInSentFolder (boolean value)
public function get SaveInSentFolder () : boolean
public function set SaveInSentFolder (value : boolean)
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.