Freigeben über


AgentCore.FlatExceptionCollection-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the collection of exception objects accessed using the IEnumerable interface.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property FlatExceptionCollection As IEnumerable 
    Get
'Usage
Dim instance As AgentCore 
Dim value As IEnumerable 

value = instance.FlatExceptionCollection
[ComVisibleAttribute(false)]
public IEnumerable FlatExceptionCollection { get; }
[ComVisibleAttribute(false)]
public:
property IEnumerable^ FlatExceptionCollection {
    IEnumerable^ get ();
}
[<ComVisibleAttribute(false)>]
member FlatExceptionCollection : IEnumerable
function get FlatExceptionCollection () : IEnumerable

Eigenschaftswert

Typ: System.Collections.IEnumerable
An IEnumerable interface used to access the collection.

Siehe auch

Verweis

AgentCore Klasse

Microsoft.SqlServer.Replication-Namespace