ApplicationClass.LogProviderInfos Property

Definition

Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviderInfos100 ^ LogProviderInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviderInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public virtual 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 Overridable ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100

Property Value

A LogProviderInfos collection that contains all the LogProviderInfo objects for the application.

Implements

Attributes

Applies to