Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds the specified IDTSLogProvider100 object to the end of the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Add ( _
pLogProvider As IDTSLogProvider100 _
)
'Usage
Dim instance As IDTSSelectedLogProviders100
Dim pLogProvider As IDTSLogProvider100
instance.Add(pLogProvider)
void Add(
IDTSLogProvider100 pLogProvider
)
void Add(
[InAttribute] IDTSLogProvider100^ pLogProvider
)
abstract Add :
pLogProvider:IDTSLogProvider100 -> unit
function Add(
pLogProvider : IDTSLogProvider100
)
Parameters
- pLogProvider
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
The log provider to add to the collection.
Remarks
For more information, see SelectedLogProviders.