IDTSPackage100.LogProviders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.