IDTSLogEntryInfos100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Contains a collection of LogEntryInfo objects.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("83F5DF18-E641-4039-B267-764EDA4B55AF")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Item")]
public interface class IDTSLogEntryInfos100 : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of elements contained in the collection.

System_CAPS_pubpropertyItem[Object^]

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a log entry object from the collection.

NameDescription
System_CAPS_pubmethodAdd(String^, String^, DTSLogEntryFrequency)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a new log entry object to the IDTSLogEntryInfos100 collection.

System_CAPS_pubmethodGetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an enumerator for use in iterating over the collection.

System_CAPS_pubmethodRemove(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes a specified collection from the IDTSLogEntryInfos100 collection.

For more information, see LogEntryInfos.

Return to top
Show: