Propriété ApplicationClass.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 LogProviderInfos collection that contains LogProviderInfo 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
Public Overridable ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100
Get
'Utilisation
Dim instance As ApplicationClass
Dim value As IDTSLogProviderInfos100
value = instance.LogProviderInfos
public virtual IDTSLogProviderInfos100 LogProviderInfos { get; }
public:
virtual property IDTSLogProviderInfos100^ LogProviderInfos {
IDTSLogProviderInfos100^ get ();
}
abstract LogProviderInfos : IDTSLogProviderInfos100
override LogProviderInfos : IDTSLogProviderInfos100
function get LogProviderInfos () : IDTSLogProviderInfos100
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfos100
A LogProviderInfos collection that contains all the LogProviderInfo objects for the application.
Implémente
IDTSApplication100.LogProviderInfos