IDTSPackage100.LogProviders Propriété
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.
Retourne la collection des modules fournisseurs d'informations associés au package.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviders100 ^ LogProviders { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProviders100 ^ get(); };
[System.Runtime.InteropServices.DispId(54)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviders100 LogProviders { [System.Runtime.InteropServices.DispId(54)] get; }
[<System.Runtime.InteropServices.DispId(54)>]
[<get: System.Runtime.InteropServices.DispId(54)>]
member this.LogProviders : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviders100
Public ReadOnly Property LogProviders As IDTSLogProviders100
Valeur de propriété
Collection des modules fournisseurs d'informations associés au package.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.