Partager via


ProtocolRetrySchedule Constructor (NotificationClassProtocol, String)

Initializes a new instance of the ProtocolRetrySchedule class with a NotificationClassProtocol and a name.

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

Syntaxe

'Déclaration
Public Sub New ( _
    notificationClassProtocol As NotificationClassProtocol, _
    name As String _
)
public ProtocolRetrySchedule (
    NotificationClassProtocol notificationClassProtocol,
    string name
)
public:
ProtocolRetrySchedule (
    NotificationClassProtocol^ notificationClassProtocol, 
    String^ name
)
public ProtocolRetrySchedule (
    NotificationClassProtocol notificationClassProtocol, 
    String name
)
public function ProtocolRetrySchedule (
    notificationClassProtocol : NotificationClassProtocol, 
    name : String
)

Paramètres

  • name
    A String specifying the name of the retry schedule interval. Notification Services does not use this name.

    You cannot change the name. To rename a protocol retry schedule, remove it and add a new one.

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

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

Autres ressources

Configuration des protocoles de remise
Spécification des paramètres d'exécution d'un protocole de remise
RetrySchedule Element (ADF)