Compartilhar via


Propriedade do RDL ApplicationClass.LogProviderInfos

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IDTSApplication100.LogProviderInfos

Consulte também

Referência

ApplicationClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper