FlatExceptionCollection-Eigenschaft
Ruft die Auflistung von Ausnahmeobjekten ab, auf die über die IEnumerable-Schnittstelle zugegriffen wurde.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property FlatExceptionCollection As IEnumerable
Get
'Usage
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
Eigenschaftswert
Typ: System.Collections. . :: . .IEnumerable
Eine IEnumerable-Schnittstelle, die verwendet wird, um auf die Auflistung zuzugreifen.