共用方式為


SaveInSentFolder 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property SaveInSentFolder As Boolean
    Get
    Set
'用途
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)

屬性值

型別: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.