IDTSLogProviders100.Add(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute à la fin de la collection le module fournisseur d'informations spécifié.
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
Paramètres
- LogProviderClsidOrProgId
- String
ID de classe ou ProgID du module fournisseur d'informations à ajouter à la collection.
Retours
Objet IDTSLogProvider100 ajouté à la collection.
- Attributs
Remarques
Pour plus d’informations, consultez LogProviders.