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 | |
---|---|---|
ComputedFieldCount | Gets the number of computed fields specified in a notification class. | |
DigestDelivery | Returns a value indicating if the notification class uses digest delivery. | |
ExpirationAge | Returns the notification expiration age for the notification class. | |
FileGroup | Returns the name of the filegroup for the notification class. | |
MulticastDelivery | Returns a value indicating if the notification class uses multicast delivery. | |
NotificationBatchSize | Returns the specified notification batch size for the notification class. | |
NotificationClassId | Returns the identifier for the notification class. | |
NotificationClassName | Returns the name of the notification class. | |
NotificationFieldCount | Gets the number of fields specified in a notification class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ComputedFieldDigestGrouping | Returns a value indicating if the computed field is used to determine the grouping of digest notifications. | |
ComputedFieldName | Returns the name of a computed field. | |
ComputedFieldOrdinal | Returns the zero-based ordinal of a developer-defined computed field. | |
ComputedFieldSqlExpression | Returns the Transact-SQL expression used to compute the value for a computed field. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. Gets the hash code for the NotificationClass. | |
GetType | (inherited from Object ) | |
NotificationFieldDigestGrouping | Returns a value indicating if the notification field is used to determine the grouping of digest notifications. | |
NotificationFieldName | Returns the name of a developer-defined notification class field. | |
NotificationFieldOrdinal | Returns the zero-based ordinal of a developer-defined notification field. | |
NotificationFieldType | Gets the data type of a field in the notification class. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a String representation of the NotificationClass object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
NotificationClass Class
Microsoft.SqlServer.NotificationServices Namespace