Свойство Events
Gets the events associated with the partition function.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'Применение
Dim instance As PartitionFunction
Dim value As PartitionFunctionEvents
value = instance.Events
public PartitionFunctionEvents Events { get; }
public:
property PartitionFunctionEvents^ Events {
PartitionFunctionEvents^ get ();
}
member Events : PartitionFunctionEvents
function get Events () : PartitionFunctionEvents
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
См. также