IDTSLogging100 Interface

 

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

Defines the logging options for the container.

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

[GuidAttribute("519163F4-EA2F-4929-86F3-5490C777BB4F")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSLogging100

NameDescription
System_CAPS_pubpropertyEnabled

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether logging is enabled.

NameDescription
System_CAPS_pubmethodGetFilterStatus(array<String^>^%)

This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether to get the filter status of the specified events.

System_CAPS_pubmethodLog(String^, String^, String^, String^, String^, String^, String^, DateTime, DateTime, Int32, array<Byte>^%)

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

For more information, see IDTSLogging.

Return to top
Show: