FlatExceptionCollection propriété

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

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

Syntaxe

'Déclaration
Public ReadOnly Property FlatExceptionCollection As IEnumerable
    Get
'Utilisation
Dim instance As ReplicationAgentContainerException
Dim value As IEnumerable

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

Valeur de la propriété

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