Condividi tramite


PartitionFunctionEvents Members

The PartitionFunctionEvents object represents the settings required for Microsoft SQL Server partition function event notification.

The following tables list the members exposed by the PartitionFunctionEvents type.

Public Methods

(see also Protected Methods )

  Nome Description
ms220042.pubmethod(it-it,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220042.pubmethod(it-it,SQL.90).gif GetEventSelection Returns the currently selected event notifications.
ms220042.pubmethod(it-it,SQL.90).gif GetHashCode  (inherited from Object )
ms220042.pubmethod(it-it,SQL.90).gif GetType  (inherited from Object )
ms220042.pubmethod(it-it,SQL.90).gifms220042.static(it-it,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220042.pubmethod(it-it,SQL.90).gif StartEvents Starts receiving events.
ms220042.pubmethod(it-it,SQL.90).gif StopEvents Stops receiving events.
ms220042.pubmethod(it-it,SQL.90).gif SubscribeToEvents Overloaded. Specifies the database events to receive.
ms220042.pubmethod(it-it,SQL.90).gif ToString  (inherited from Object )
ms220042.pubmethod(it-it,SQL.90).gif UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
ms220042.pubmethod(it-it,SQL.90).gif UnsubscribeFromEvents Clears the specified event settings, and removes all event handlers.

Torna all'inizio

Protected Methods

  Nome Description
ms220042.protmethod(it-it,SQL.90).gif Finalize  (inherited from Object )
ms220042.protmethod(it-it,SQL.90).gif MemberwiseClone  (inherited from Object )

Torna all'inizio

Public Events

  Nome Description
ms220042.pubevent(it-it,SQL.90).gif ServerEvent Specifies the event raised when an event occurs in PartitionFunction object and the user has subscribed to the event from that object instance

Torna all'inizio

Vedere anche

Riferimento

PartitionFunctionEvents Class
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Handling SMO Events