ITransSynchronizationAgent.ComErrorCollection 属性

Gets a collection of errors that are generated by the replication agent.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
ReadOnly Property ComErrorCollection As IEnumerable 
    Get
用法
Dim instance As ITransSynchronizationAgent 
Dim value As IEnumerable 

value = instance.ComErrorCollection
IEnumerable ComErrorCollection { get; }
property IEnumerable^ ComErrorCollection {
    IEnumerable^ get ();
}
abstract ComErrorCollection : IEnumerable
function get ComErrorCollection () : IEnumerable

属性值

类型:System.Collections.IEnumerable
A collection of errors that are generated by the replication agent.

请参阅

参考

ITransSynchronizationAgent 接口

Microsoft.SqlServer.Replication 命名空间