Condividi tramite


Proprietà ITransSynchronizationAgent.ComErrorCollection

Gets a collection of errors that are generated by the replication agent.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
ReadOnly Property ComErrorCollection As IEnumerable 
    Get
'Utilizzo
Dim instance As ITransSynchronizationAgent 
Dim value As IEnumerable 

value = instance.ComErrorCollection
IEnumerable ComErrorCollection { get; }
property IEnumerable^ ComErrorCollection {
    IEnumerable^ get ();
}
abstract ComErrorCollection : IEnumerable
function get ComErrorCollection () : IEnumerable

Valore proprietà

Tipo: System.Collections.IEnumerable
A collection of errors that are generated by the replication agent.

Vedere anche

Riferimento

ITransSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication