Share via


Classe StatisticEvents

The StatisticEvents object represents the settings required for SQL Server statistic counter event notification.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class StatisticEvents
'Uso
Dim instance As StatisticEvents
public class StatisticEvents
public ref class StatisticEvents
type StatisticEvents =  class end
public class StatisticEvents

Comentários

The StatisticEvents class is accessed through Events property and cannot be created as a stand-alone object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..StatisticEvents

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.