PackageClass.LogProviders Property

Definition

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogProviders100 ^ LogProviders { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogProviders100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogProviders100 LogProviders { get; }
member this.LogProviders : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogProviders100
Public Overridable ReadOnly Property LogProviders As IDTSLogProviders100

Property Value

The collection of log providers associated with the package.

Implements

Remarks

For more information, see Package.

Applies to