다음을 통해 공유


Latency 속성

Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.