SubscriptionConditionScheduledRuleCollection Class
SQL Server 2005
Represents the collection of condition-based scheduled rules for a Notification ServicesSubscriptionClass.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
[DefaultMemberAttribute("Item")] public class SubscriptionConditionScheduledRuleCollection : SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public class SubscriptionConditionScheduledRuleCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") public class SubscriptionConditionScheduledRuleCollection extends SimpleObjectCollectionBase
A SubscriptionClass can have zero or more SubscriptionConditionScheduledRule objects. These are rules that are run during each generator quantum that has scheduled rules to process, and are run against scheduled subscriptions that use conditions.
For more information about subscription rules, see Defining Subscription Rules.
Define individual SubscriptionConditionScheduledRule objects and then add the to the collection using the SubscriptionClass object's SubscriptionConditionScheduledRules property.
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Nmo.SubscriptionConditionScheduledRuleCollection
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.