IDTSSelectedLogProviders100.Add(IDTSLogProvider100) Method
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.
Adds the specified IDTSLogProvider100 object to the end of the collection.
public:
void Add(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProvider100 ^ pLogProvider);
[System.Runtime.InteropServices.DispId(2)]
public void Add (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100 pLogProvider);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100 -> unit
Public Sub Add (pLogProvider As IDTSLogProvider100)
Parameters
- pLogProvider
- IDTSLogProvider100
The log provider to add to the collection.
- Attributes
Remarks
For more information, see SelectedLogProviders.