다음을 통해 공유


FrequencyPair.Duration 속성

Gets the specified time period during which the number of events is counted.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property Duration As TimeSpan 
    Get 
    Set
‘사용 방법
Dim instance As FrequencyPair 
Dim value As TimeSpan 

value = instance.Duration

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

속성 값

유형: System.TimeSpan
A Timespan value that specifies the given time period.

참고 항목

참조

FrequencyPair 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스