Partager via


SubscriptionScheduledRuleCollection.Item Property (String)

Gets a specific SubscriptionScheduledRule object in the SubscriptionScheduledRuleCollection object by name.

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As SubscriptionScheduledRule
public SubscriptionScheduledRule this [
    string name
] { get; }
public:
property SubscriptionScheduledRule^ default [String^] {
    SubscriptionScheduledRule^ get (String^ name);
}
/** @property */
public SubscriptionScheduledRule get_Item (String name)

Paramètres

Valeur de propriété

A SubscriptionScheduledRule object that represents a scheduled rule for the parent subscription class.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

SubscriptionScheduledRuleCollection Class
SubscriptionScheduledRuleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Autres ressources

Définition de règles planifiées
ScheduledRule Element (ADF)