Freigeben über


ApplicationClass.LogProviderInfos-Eigenschaft

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

Returns a LogProviderInfos collection that contains LogProviderInfo objects. This property is read-only.

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

Syntax

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

Eigenschaftswert

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

Implementiert

IDTSApplication100.LogProviderInfos

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace