Propriedade do RDL ReplicationAgentContainerException.FlatExceptionCollection
Gets the collection of exception objects accessed using the IEnumerable interface.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.IEnumerable
An IEnumerable interface used to access the collection.