IDTSSelectedLogProviders100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see SelectedLogProviders.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")> _
Public Interface IDTSSelectedLogProviders100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"E6E48339-0640-4F92-927D-6DD5A6720F59")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")>]
type IDTSSelectedLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSSelectedLogProviders100 extends IEnumerable
The IDTSSelectedLogProviders100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see SelectedLogProviders. | |
Item | Infrastructure. For more information, see SelectedLogProviders. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see SelectedLogProviders. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see SelectedLogProviders. | |
Remove | Infrastructure. For more information, see SelectedLogProviders. |
Top