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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("49D97AC1-1DDC-47F3-9500-B647F4F9ADCE")]
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.

Gets 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.

Return to top
Show: