SubscriptionClass Class
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
[ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(true)] [GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2")] public class SubscriptionClass : ISubscriptionClass
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2") */
public class SubscriptionClass implements ISubscriptionClass
ClassInterfaceAttribute(ClassInterfaceType.None) ComVisibleAttribute(true) GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2") public class SubscriptionClass implements ISubscriptionClass
In SQL Server 2005, classes for creating and managing Notification Services instances and applications are in the Microsoft.SqlServer.Management.Nmo namespace. This class, replaced by the Microsoft.SqlServer.Management.Nmo.SubscriptionClass class, is included only for compatibility with earlier versions of Notification Services and may not be supported in a future release.
The SubscriptionClass class provides access to the metadata of any subscription class defined for an application. It should not be confused with the Subscription class, which provides a means of adding, updating, or deleting a specified subscription in the application. It provides methods to return information about the subscription fields defined for the specified subscription class.
There is no constructor for the SubscriptionClass class. Use the SubscriptionClassEnumeration.Item property to return a SubscriptionClass.