IDTSLogProviders100.Add(String) 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 log provider to the end of the collection.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProvider100 ^ Add(System::String ^ LogProviderClsidOrProgId);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100 Add (string LogProviderClsidOrProgId);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
Public Function Add (LogProviderClsidOrProgId As String) As IDTSLogProvider100
Parameters
- LogProviderClsidOrProgId
- String
The class ID or ProgID of the log provider to add to the collection.
Returns
A IDTSLogProvider100 object added to the collection.
- Attributes
Remarks
For more information, see LogProviders.