หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets information on errors that occur during agent execution.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property ComErrorCollection As IEnumerable
Get
'Usage
Dim instance As AgentCore
Dim value As IEnumerable
value = instance.ComErrorCollection
public IEnumerable ComErrorCollection { get; }
public:
property IEnumerable^ ComErrorCollection {
IEnumerable^ get ();
}
member ComErrorCollection : IEnumerable
function get ComErrorCollection () : IEnumerable
Property Value
Type: System.Collections.IEnumerable
A collection of errors that occur during agent execution.