다음을 통해 공유


SaveInSentFolder 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.