PackageRemote64Class.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.
Gets the collection of log providers associated with the package.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviders100 ^ LogProviders { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviders100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviders100 LogProviders { get; }
member this.LogProviders : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviders100
Public Overridable ReadOnly Property LogProviders As IDTSLogProviders100
Property Value
A LogProviders collection.