IDTSLogProviderInfos100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see LogProviderInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")> _
Public Interface IDTSLogProviderInfos100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSLogProviderInfos100
[GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface IDTSLogProviderInfos100 : IEnumerable
[GuidAttribute(L"D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface class IDTSLogProviderInfos100 : IEnumerable
[<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")>]
type IDTSLogProviderInfos100 =
interface
interface IEnumerable
end
public interface IDTSLogProviderInfos100 extends IEnumerable
The IDTSLogProviderInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets a IDTSLogProviderInfo100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the IDTSLogProviderInfos100 collection. |
Top