Compartilhar via


Propriedade do RDL JobServer.WriteOemErrorLog

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

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property WriteOemErrorLog As Boolean 
    Get 
    Set
'Uso
Dim instance As JobServer 
Dim value As Boolean 

value = instance.WriteOemErrorLog

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

Valor da propriedade

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.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

JobServer Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

Procedimentos armazenados do SQL Server Agent (Transact-SQL)