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.