Propriété ITransSynchronizationAgent.ComErrorCollection
Gets a collection of errors that are generated by the replication agent.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
ReadOnly Property ComErrorCollection As IEnumerable
Get
'Utilisation
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
Valeur de propriété
Type : System.Collections.IEnumerable
A collection of errors that are generated by the replication agent.