Compartilhar via


Propriedade do RDL ITransSynchronizationAgent.ComErrorCollection

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
ReadOnly Property ComErrorCollection As IEnumerable 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ITransSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication