Partilhar via


Propriedade do RDL ReplicationAgentContainerException.ExceptionCollection

Gets the collection of exception objects returned by the replication agent.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Public ReadOnly Property ExceptionCollection As ArrayList 
    Get
'Uso
Dim instance As ReplicationAgentContainerException 
Dim value As ArrayList 

value = instance.ExceptionCollection
public ArrayList ExceptionCollection { get; }
public:
property ArrayList^ ExceptionCollection {
    ArrayList^ get ();
}
member ExceptionCollection : ArrayList
function get ExceptionCollection () : ArrayList

Valor da propriedade

Tipo: System.Collections.ArrayList
An ArrayList of exception objects.

Consulte também

Referência

ReplicationAgentContainerException Classe

Namespace Microsoft.SqlServer.Replication