Proprietà ApplicationClass.LogProviderInfos
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns a LogProviderInfos collection that contains LogProviderInfo 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
Public Overridable ReadOnly Property LogProviderInfos As IDTSLogProviderInfos100
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfos100
A LogProviderInfos collection that contains all the LogProviderInfo objects for the application.
Implementa
IDTSApplication100.LogProviderInfos