Partager via


AgentCore.OutputVerboseLevel Property

Gets or sets the level of detail of information written to the agent output file.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntaxe

'Déclaration
Public Property OutputVerboseLevel As Integer
public int OutputVerboseLevel { get; set; }
public:
property int OutputVerboseLevel {
    int get ();
    void set (int value);
}
/** @property */
public int get_OutputVerboseLevel ()

/** @property */
public void set_OutputVerboseLevel (int value)
public function get OutputVerboseLevel () : int

public function set OutputVerboseLevel (value : int)

Valeur de propriété

An Int32 value that can be one of the following:

Value

Description

0

Only error messages are logged.

1 (default)

All progress report messages are logged.

2

All progress report messages and error messages are logged.

Notes

The OutputVerboseLevel property is ignored if the Output property is not set.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AgentCore Class
AgentCore Members
Microsoft.SqlServer.Replication Namespace