ReplicationAgentContainerException.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.

関連項目

参照

ReplicationAgentContainerException クラス

Microsoft.SqlServer.Replication 名前空間