Свойство ReplicationAgentContainerException.ExceptionCollection

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Public ReadOnly Property ExceptionCollection As ArrayList 
    Get
'Применение
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

Значение свойства

Тип: System.Collections.ArrayList
An ArrayList of exception objects.

См. также

Справочник

ReplicationAgentContainerException Класс

Пространство имен Microsoft.SqlServer.Replication