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


Свойство ServerEvent.AlterPartitionFunction

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 AlterPartitionFunction As ServerEvent 
    Get
'Применение
Dim value As ServerEvent 

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

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

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

Примеры

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

См. также

Справочник

ServerEvent Класс

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