IDTSSelectedLogProviders100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines an interface for a collection of selected IDTSLogProvider100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSSelectedLogProviders100 extends IEnumerable
The IDTSSelectedLogProviders100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets an IDTSLogProvider100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. Adds the specified IDTSLogProvider100 object to the end of the collection. | |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. | |
Remove | Infrastructure. Removes an IDTSLogProvider100 object from the collection. |
Top