IDTSLogProviderInfo100 Interface

 

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

Provides information about the log providers found on the computer.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("E5B1334F-9D6F-4124-BF17-65F57BC2C4B4")]
public interface class IDTSLogProviderInfo100

NameDescription
System_CAPS_pubpropertyFileName

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

Returns the name of the log provider file. This property is read-only.

System_CAPS_pubpropertyFileNameVersionString

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

Returns the file name version string of the log provider. This property is read-only.

System_CAPS_pubpropertyIconFile

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

Returns the name of the file that contains the icon. This property is read-only.

System_CAPS_pubpropertyIconResource

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

Returns the resource identifier of the icon. This property is read-only.

System_CAPS_pubpropertyLogProviderContact

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

Returns the contact information for the log provider. This property is read-only.

System_CAPS_pubpropertyLogProviderType

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

Returns the type of the log provider. This property is read-only.

System_CAPS_pubpropertyUITypeName

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

Returns the UIType name for the log provider user interface.

For more information, see LogProviderInfo.

Return to top
Show: