NotificationClass Members

Represents a subscription class, as specified for a given application. This class is deprecated in Microsoft SQL Server 2005.

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

Public Properties

  Name Description
ms150353.pubproperty(en-US,SQL.90).gif ComputedFieldCount Gets the number of computed fields specified in a notification class.
ms150353.pubproperty(en-US,SQL.90).gif DigestDelivery Returns a value indicating if the notification class uses digest delivery.
ms150353.pubproperty(en-US,SQL.90).gif ExpirationAge Returns the notification expiration age for the notification class.
ms150353.pubproperty(en-US,SQL.90).gif FileGroup Returns the name of the filegroup for the notification class.
ms150353.pubproperty(en-US,SQL.90).gif MulticastDelivery Returns a value indicating if the notification class uses multicast delivery.
ms150353.pubproperty(en-US,SQL.90).gif NotificationBatchSize Returns the specified notification batch size for the notification class.
ms150353.pubproperty(en-US,SQL.90).gif NotificationClassId Returns the identifier for the notification class.
ms150353.pubproperty(en-US,SQL.90).gif NotificationClassName Returns the name of the notification class.
ms150353.pubproperty(en-US,SQL.90).gif NotificationFieldCount Gets the number of fields specified in a notification class.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms150353.pubmethod(en-US,SQL.90).gif ComputedFieldDigestGrouping Returns a value indicating if the computed field is used to determine the grouping of digest notifications.
ms150353.pubmethod(en-US,SQL.90).gif ComputedFieldName Returns the name of a computed field.
ms150353.pubmethod(en-US,SQL.90).gif ComputedFieldOrdinal Returns the zero-based ordinal of a developer-defined computed field.
ms150353.pubmethod(en-US,SQL.90).gif ComputedFieldSqlExpression Returns the Transact-SQL expression used to compute the value for a computed field.
ms150353.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden.  
ms150353.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Gets the hash code for the NotificationClass.
ms150353.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms150353.pubmethod(en-US,SQL.90).gif NotificationFieldDigestGrouping Returns a value indicating if the notification field is used to determine the grouping of digest notifications.
ms150353.pubmethod(en-US,SQL.90).gif NotificationFieldName Returns the name of a developer-defined notification class field.
ms150353.pubmethod(en-US,SQL.90).gif NotificationFieldOrdinal Returns the zero-based ordinal of a developer-defined notification field.
ms150353.pubmethod(en-US,SQL.90).gif NotificationFieldType Gets the data type of a field in the notification class.
ms150353.pubmethod(en-US,SQL.90).gifms150353.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms150353.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a String representation of the NotificationClass object.

Top

Protected Methods

  Name Description
ms150353.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms150353.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

NotificationClass Class
Microsoft.SqlServer.NotificationServices Namespace