Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the specified log provider to the end of the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add ( _
LogProviderClsidOrProgId As String _
) As IDTSLogProvider100
'Usage
Dim instance As IDTSLogProviders100
Dim LogProviderClsidOrProgId As String
Dim returnValue As IDTSLogProvider100
returnValue = instance.Add(LogProviderClsidOrProgId)
IDTSLogProvider100 Add(
string LogProviderClsidOrProgId
)
IDTSLogProvider100^ Add(
[InAttribute] String^ LogProviderClsidOrProgId
)
abstract Add :
LogProviderClsidOrProgId:string -> IDTSLogProvider100
function Add(
LogProviderClsidOrProgId : String
) : IDTSLogProvider100
Parameter
- LogProviderClsidOrProgId
Typ: System.String
The class ID or ProgID of the log provider to add to the collection.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
A IDTSLogProvider100 object added to the collection.
Hinweise
For more information, see LogProviders.