다음을 통해 공유


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.