Proprietà ExceptionCollection
Gets the collection of exception objects returned by the replication agent.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ExceptionCollection As ArrayList
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections. . :: . .ArrayList
An ArrayList of exception objects.
Vedere anche