ISnapshotGenerationAgent.HistoryVerboseLevel Property

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Property HistoryVerboseLevel As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32