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.