IDTSPackage100.LogProviders Property

Definition

Returns the collection of log providers associated with the package.

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

Property Value

The collection of log providers associated with the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to