共用方式為


FlatExceptionCollection 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Public ReadOnly Property FlatExceptionCollection As IEnumerable
    Get
'用途
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

屬性值

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