IDTSApplication100.LogProviderInfos Property

Definition

Returns a IDTSLogProviderInfos100 collection that contains IDTSLogProviderInfo100 objects. This property is read-only.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviderInfos100 ^ LogProviderInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviderInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfos100 LogProviderInfos { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.LogProviderInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfos100
Public ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100

Property Value

A IDTSLogProviderInfos100 collection that contains all the IDTSLogProviderInfo100 objects for the application.

Attributes

Applies to