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 名前空間