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 命名空间