Proprietà FlatExceptionCollection
Gets the collection of exception objects accessed using the IEnumerable interface.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FlatExceptionCollection As IEnumerable
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections. . :: . .IEnumerable
An IEnumerable interface used to access the collection.
Vedere anche