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 | |
---|---|---|
FieldCount | Gets the number of subscription fields specified in a subscription class. | |
HasConditionRule | Returns a value indicating if the subscription class has a condition rule. | |
HasTimedRule | Returns a value indicating if the subscription class has a scheduled rule. | |
SubscriptionClassName | Gets the name of a subscription class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object. | |
FieldName | Gets the name of a field in the subscription class. | |
FieldOrdinal | Gets the ordinal of a field in the subscription class. | |
FieldType | Gets the data type of a field in the subscription class. | |
FieldTypeMods | Gets the field modifiers of a field in the subscription class. | |
GetHashCode | Overridden. Gets the hash code for the SubscriptionClass. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a String representation of the SubscriptionClass object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SubscriptionClass Class
Microsoft.SqlServer.NotificationServices Namespace