ViewEvent.UpdateStatistics プロパティ
イベント セットに含めることができるビュー イベントを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared ReadOnly Property UpdateStatistics As ViewEvent
Get
'使用
Dim value As ViewEvent
value = ViewEvent.UpdateStatistics
public static ViewEvent UpdateStatistics { get; }
public:
static property ViewEvent^ UpdateStatistics {
ViewEvent^ get ();
}
static member UpdateStatistics : ViewEvent
static function get UpdateStatistics () : ViewEvent
プロパティ値
型: Microsoft.SqlServer.Management.Smo.ViewEvent
ビュー イベント セットに含めることができる UpdateStatistics イベントを表す ViewEvent オブジェクトです。