ProtocolRetryScheduleCollection.Add Method (ProtocolRetrySchedule, Int32)

Adds a ProtocolRetrySchedule at the specified position of a ProtocolRetryScheduleCollection.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub Add ( _
    protocolRetrySchedule As ProtocolRetrySchedule, _
    insertAtPosition As Integer _
)
public void Add (
    ProtocolRetrySchedule protocolRetrySchedule,
    int insertAtPosition
)
public:
void Add (
    ProtocolRetrySchedule^ protocolRetrySchedule, 
    int insertAtPosition
)
public void Add (
    ProtocolRetrySchedule protocolRetrySchedule, 
    int insertAtPosition
)
public function Add (
    protocolRetrySchedule : ProtocolRetrySchedule, 
    insertAtPosition : int
)

Параметры

  • insertAtPosition
    The zero-based position at which to add the ProtocolRetrySchedule.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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