Поделиться через


Свойство ISnapshotGenerationAgent.HistoryVerboseLevel

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Property HistoryVerboseLevel As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The value associated with the level.

См. также

Справочник

ISnapshotGenerationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication