Interfaz IDTSLogProviders100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface of log providers.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
Inherits IEnumerable
'Uso
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
El tipo IDTSLogProviders100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Infraestructura. Gets the number or elements contained in the collection. | |
Item | Infraestructura. Gets a log provider object from the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. Adds the specified log provider to the end of the collection. | |
GetEnumerator | Infraestructura. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. | |
Join | Infraestructura. Joins a specified log provider to the collection. | |
Remove | Infraestructura. Removes a log provider object from the IDTSLogProviders100 collection. |
Arriba
Comentarios
For more information, see LogProviders.