Partager via


ProtocolRetryScheduleCollection.Add Method (ProtocolRetrySchedule, String)

Adds a ProtocolRetrySchedule before the specified item of a ProtocolRetryScheduleCollection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    protocolRetrySchedule As ProtocolRetrySchedule, _
    insertAtColumnName As String _
)
public void Add (
    ProtocolRetrySchedule protocolRetrySchedule,
    string insertAtColumnName
)
public:
void Add (
    ProtocolRetrySchedule^ protocolRetrySchedule, 
    String^ insertAtColumnName
)
public void Add (
    ProtocolRetrySchedule protocolRetrySchedule, 
    String insertAtColumnName
)
public function Add (
    protocolRetrySchedule : ProtocolRetrySchedule, 
    insertAtColumnName : String
)

Paramètres

  • insertAtColumnName
    A String value that specifies the name of the protocol retry schedule before which to insert the new ProtocolRetrySchedule object.

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

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