Partager via


Propriété ReplicationAgentContainerException.FlatExceptionCollection

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en 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 propriété

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

Voir aussi

Référence

ReplicationAgentContainerException Classe

Espace de noms Microsoft.SqlServer.Replication