ProactiveCaching.Latency 속성
Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property Latency As TimeSpan
Get
Set
‘사용 방법
Dim instance As ProactiveCaching
Dim value As TimeSpan
value = instance.Latency
instance.Latency = value
public TimeSpan Latency { get; set; }
public:
property TimeSpan Latency {
TimeSpan get ();
void set (TimeSpan value);
}
member Latency : TimeSpan with get, set
function get Latency () : TimeSpan
function set Latency (value : TimeSpan)
속성 값
유형: System.TimeSpan
A TimeSpan object.
주의
The default value is infinite.