Interfaccia IDTSLogProviders100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an interface of log providers.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
Inherits IEnumerable
'Utilizzo
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSLogProviders100 extends IEnumerable
Nel tipo IDTSLogProviders100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Infrastruttura. Gets the number or elements contained in the collection. | |
Item | Infrastruttura. Gets a log provider object from the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Infrastruttura. Adds the specified log provider to the end of the collection. | |
GetEnumerator | Infrastruttura. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. | |
Join | Infrastruttura. Joins a specified log provider to the collection. | |
Remove | Infrastruttura. Removes a log provider object from the IDTSLogProviders100 collection. |
In alto
Osservazioni
For more information, see LogProviders.