TableEvent.UpdateStatistics 속성

Gets a table event that can be included in the event set.

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

구문

‘선언
Public Shared ReadOnly Property UpdateStatistics As TableEvent 
    Get
‘사용 방법
Dim value As TableEvent 

value = TableEvent.UpdateStatistics
public static TableEvent UpdateStatistics { get; }
public:
static property TableEvent^ UpdateStatistics {
    TableEvent^ get ();
}
static member UpdateStatistics : TableEvent
static function get UpdateStatistics () : TableEvent

속성 값

유형: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the UpdateStatistics event that can be included in the table event set.

SMO 이벤트 처리

참고 항목

참조

TableEvent 클래스

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

관련 자료

SMO 이벤트 처리