Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the collection of exception objects accessed using the IEnumerable interface.
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
Property Value
Type: System.Collections.IEnumerable
An IEnumerable interface used to access the collection.