Partager via


Propriété IDTSApplication100.LogProviderInfos

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns a IDTSLogProviderInfos100 collection that contains IDTSLogProviderInfo100 objects. This property is read-only.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100 
    Get
'Utilisation
Dim instance As IDTSApplication100 
Dim value As IDTSLogProviderInfos100 

value = instance.LogProviderInfos
IDTSLogProviderInfos100 LogProviderInfos { get; }
property IDTSLogProviderInfos100^ LogProviderInfos {
    IDTSLogProviderInfos100^ get ();
}
abstract LogProviderInfos : IDTSLogProviderInfos100
function get LogProviderInfos () : IDTSLogProviderInfos100

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfos100
A IDTSLogProviderInfos100 collection that contains all the IDTSLogProviderInfo100 objects for the application.

Voir aussi

Référence

IDTSApplication100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper