IMergeSynchronizationAgent.ComErrorCollection Propiedad
Gets a collection of errors generated by the replication agent.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
ReadOnly Property ComErrorCollection As IEnumerable
Get
'Uso
Dim instance As IMergeSynchronizationAgent
Dim value As IEnumerable
value = instance.ComErrorCollection
IEnumerable ComErrorCollection { get; }
property IEnumerable^ ComErrorCollection {
IEnumerable^ get ();
}
abstract ComErrorCollection : IEnumerable
function get ComErrorCollection () : IEnumerable
Valor de la propiedad
Tipo: System.Collections.IEnumerable
A IEnumerable collection of ComErrorRecord objects.