Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Adds the specified log provider to the end of the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function Add ( _
LogProviderClsidOrProgId As String _
) As IDTSLogProvider100
'Utilisation
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
Paramètres
- LogProviderClsidOrProgId
Type : System.String
The class ID or ProgID of the log provider to add to the collection.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
A IDTSLogProvider100 object added to the collection.
Notes
For more information, see LogProviders.