Compartir a través de


ReplicationAgentContainerException.FlatExceptionCollection Propiedad

Gets the collection of exception objects accessed using the IEnumerable interface.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public ReadOnly Property FlatExceptionCollection As IEnumerable 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Collections.IEnumerable
An IEnumerable interface used to access the collection.

Vea también

Referencia

ReplicationAgentContainerException Clase

Espacio de nombres Microsoft.SqlServer.Replication