IDTSLogProviders100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface of log providers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
Inherits IEnumerable
'Usage
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
The IDTSLogProviders100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number or elements contained in the collection. | |
Item | Infrastructure. Gets a log provider object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. Adds the specified log provider to the end of the collection. | |
GetEnumerator | Infrastructure. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. | |
Join | Infrastructure. Joins a specified log provider to the collection. | |
Remove | Infrastructure. Removes a log provider object from the IDTSLogProviders100 collection. |
Top
Remarks
For more information, see LogProviders.