IDTSLogProviderInfos100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
For more information, see LogProviderInfos.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")> _
Public Interface IDTSLogProviderInfos100 _
Inherits IEnumerable
用法
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
IDTSLogProviderInfos100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。Gets the number of elements contained in the collection. | |
Item | 基础结构。Gets a IDTSLogProviderInfo100 object from the collection. |
页首
方法
名称 | 说明 | |
---|---|---|
GetEnumerator | 基础结构。Returns an enumerator for use in iterating over the IDTSLogProviderInfos100 collection. |
页首