SaveInSentFolder Propiedad
Gets or sets the Boolean property value that specifies whether the notifications are saved.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
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.