共用方式為


ISnapshotGenerationAgent.ComErrorCollection 屬性

Gets the information on errors that occur during agent execution.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
ReadOnly Property ComErrorCollection As IEnumerable 
    Get
'用途
Dim instance As ISnapshotGenerationAgent 
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
An instance of the IEnumerableinterface.

請參閱

參考

ISnapshotGenerationAgent 介面

Microsoft.SqlServer.Replication 命名空間