ComErrorCollection 屬性
Returns information on errors that occur during agent execution.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Public ReadOnly Property ComErrorCollection As IEnumerable
Get
'用途
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
屬性值
型別:System.Collections. . :: . .IEnumerable
An instance of the IEnumerable interface.