SubscriptionClass 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 SubscriptionClass type.

Public Properties

  Name Description
ms152611.pubproperty(en-US,SQL.90).gif FieldCount Gets the number of subscription fields specified in a subscription class.
ms152611.pubproperty(en-US,SQL.90).gif HasConditionRule Returns a value indicating if the subscription class has a condition rule.
ms152611.pubproperty(en-US,SQL.90).gif HasTimedRule Returns a value indicating if the subscription class has a scheduled rule.
ms152611.pubproperty(en-US,SQL.90).gif SubscriptionClassName Gets the name of a subscription class.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms152611.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object.
ms152611.pubmethod(en-US,SQL.90).gif FieldName Gets the name of a field in the subscription class.
ms152611.pubmethod(en-US,SQL.90).gif FieldOrdinal Gets the ordinal of a field in the subscription class.
ms152611.pubmethod(en-US,SQL.90).gif FieldType Gets the data type of a field in the subscription class.
ms152611.pubmethod(en-US,SQL.90).gif FieldTypeMods Gets the field modifiers of a field in the subscription class.
ms152611.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Gets the hash code for the SubscriptionClass.
ms152611.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms152611.pubmethod(en-US,SQL.90).gifms152611.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms152611.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a String representation of the SubscriptionClass object.

Top

Protected Methods

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

Top

See Also

Reference

SubscriptionClass Class
Microsoft.SqlServer.NotificationServices Namespace