Statistic.Events 属性
Gets the events that are associated with the database.
命名空间: 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
A StatisticEvents object that represents the statistic counter events.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间