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.