共用方式為


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