Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information on errors that occur during agent execution.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property ComErrorCollection As IEnumerable
Get
'Usage
Dim instance As ISnapshotGenerationAgent
Dim value As IEnumerable
value = instance.ComErrorCollection
IEnumerable ComErrorCollection { get; }
property IEnumerable^ ComErrorCollection {
IEnumerable^ get ();
}
abstract ComErrorCollection : IEnumerable
function get ComErrorCollection () : IEnumerable
Property Value
Type: System.Collections.IEnumerable
An instance of the IEnumerableinterface.