Application.LogProviderInfos Property
Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.LogProviderInfosA LogProviderInfos collection that contains all the LogProviderInfo objects for the application.
A Package container includes a collection of log providers that a package and its tasks and containers use to log information when the package runs. Only the Package container includes log providers, but the tasks and containers that the package includes can log information to any of the package log providers. For more information, see Implementing Logging in Packages.