Statistic.Events プロパティ

データベースに関連付けられたイベントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property Events As StatisticEvents 
    Get
'使用
Dim instance As Statistic 
Dim value As StatisticEvents 

value = instance.Events
public StatisticEvents Events { get; }
public:
property StatisticEvents^ Events {
    StatisticEvents^ get ();
}
member Events : StatisticEvents
function get Events () : StatisticEvents

プロパティ値

型: Microsoft.SqlServer.Management.Smo.StatisticEvents
統計カウンター イベントを表す StatisticEvents オブジェクトです。

使用例

統計の作成と更新

関連項目

参照

Statistic クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE STATISTICS (Transact-SQL)