Freigeben über


IDTSApplication100.LogProviderInfos-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSApplication100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace