次の方法で共有


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