IDTSLoggingOptions100.SelectedLogProviders 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 a collection of log providers selected on the container.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSSelectedLogProviders100 ^ SelectedLogProviders { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSSelectedLogProviders100 ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSelectedLogProviders100 SelectedLogProviders { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.SelectedLogProviders : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSelectedLogProviders100
Public ReadOnly Property SelectedLogProviders As IDTSSelectedLogProviders100
Property Value
A collection of log providers selected on the container.
- Attributes