Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Adds a ProtocolRetrySchedule before the specified item of a ProtocolRetryScheduleCollection.
Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
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
)
Parámetros
- protocolRetrySchedule
The ProtocolRetrySchedule to add to the collection.
- insertAtColumnName
A String value that specifies the name of the protocol retry schedule before which to insert the new ProtocolRetrySchedule object.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ProtocolRetryScheduleCollection Class
ProtocolRetryScheduleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace