Поделиться через


Свойство ServerEvent.BindRule

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property BindRule As ServerEvent 
    Get
'Применение
Dim value As ServerEvent 

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that represents the BindRule event that can be included in the server event set.

Примеры

Обработка событий SMO

См. также

Справочник

ServerEvent Класс

Пространство имен Microsoft.SqlServer.Management.Smo