Compartir a través de


ISnapshotGenerationAgent.HistoryVerboseLevel Propiedad

Gets or sets the amount of history logged during agent execution.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property HistoryVerboseLevel As Integer 
    Get 
    Set
'Uso
Dim instance As ISnapshotGenerationAgent 
Dim value As Integer 

value = instance.HistoryVerboseLevel

instance.HistoryVerboseLevel = value
int HistoryVerboseLevel { get; set; }
property int HistoryVerboseLevel {
    int get ();
    void set (int value);
}
abstract HistoryVerboseLevel : int with get, set
function get HistoryVerboseLevel () : int 
function set HistoryVerboseLevel (value : int)

Valor de la propiedad

Tipo: System.Int32
The value associated with the level.

Vea también

Referencia

ISnapshotGenerationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication