ProtocolRetryScheduleCollection.Add Method (ProtocolRetrySchedule, String)
Adds a ProtocolRetrySchedule before the specified item of a ProtocolRetryScheduleCollection.
Spazio dei nomi: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- 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.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ProtocolRetryScheduleCollection Class
ProtocolRetryScheduleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace