Condividi tramite


Proprietà IDTSApplication100.LogProviderInfos

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSApplication100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper