IDTSLogProvider100 Interface

 

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

Implements an interface of a log provider.

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

[GuidAttribute("A016D48F-6E10-4162-AEA0-AD2F9527B21F")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSLogProvider100

NameDescription
System_CAPS_pubpropertyConfigString

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection and configuration information for the specific log provider.

NameDescription
System_CAPS_pubmethodCloseLog()

Closes the log.

System_CAPS_pubmethodOpenLog()

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

System_CAPS_pubmethodValidate(IDTSInfoEvents100^)

Validates the log and returns an enumeration that indicates success or failure.

For more information, see LogProvider.

Return to top
Show: