ComErrorCollection propriété

Returns information on errors that occur during agent execution.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ComErrorCollection As IEnumerable
    Get
'Utilisation
Dim instance As AgentCore
Dim value As IEnumerable

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

Valeur de la propriété

Type : System.Collections. . :: . .IEnumerable
An instance of the IEnumerable interface.