Megosztás:


ReplicationMonitor.CacheRefreshPolicy Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the monitor cache refresh policy.

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

Syntax

'Declaration
Public Property CacheRefreshPolicy As MonitorCacheRefreshPolicy 
    Get 
    Set
'Usage
Dim instance As ReplicationMonitor 
Dim value As MonitorCacheRefreshPolicy 

value = instance.CacheRefreshPolicy

instance.CacheRefreshPolicy = value
public MonitorCacheRefreshPolicy CacheRefreshPolicy { get; set; }
public:
property MonitorCacheRefreshPolicy CacheRefreshPolicy {
    MonitorCacheRefreshPolicy get ();
    void set (MonitorCacheRefreshPolicy value);
}
member CacheRefreshPolicy : MonitorCacheRefreshPolicy with get, set
function get CacheRefreshPolicy () : MonitorCacheRefreshPolicy 
function set CacheRefreshPolicy (value : MonitorCacheRefreshPolicy)

Property Value

Type: Microsoft.SqlServer.Replication.MonitorCacheRefreshPolicy
The monitor cache refresh policy.

See Also

Reference

ReplicationMonitor Class

Microsoft.SqlServer.Replication Namespace