Condividi tramite


Proprietà WriteOemErrorLog

Gets or sets the Boolean property value that specifies whether to write the error log to a non-Unicode file or not.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property WriteOemErrorLog As Boolean
    Get
    Set
'Utilizzo
Dim instance As JobServer
Dim value As Boolean

value = instance.WriteOemErrorLog

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

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the error log is written to a non-Unicode file or not.
If True, the error log is written to a non-Unicode file.
If False (default), the error log is not written to a non-Unicode file.