IDTSSelectedLogProviders100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines an interface for a collection of selected IDTSLogProvider100 objects.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
Inherits IEnumerable
用法
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
IDTSSelectedLogProviders100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。Gets the number of elements contained in the collection. | |
Item | 基础结构。Gets an IDTSLogProvider100 object from the collection. |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 基础结构。Adds the specified IDTSLogProvider100 object to the end of the collection. | |
GetEnumerator | 基础结构。Returns an enumerator for use in iterating over the collection. | |
Remove | 基础结构。Removes an IDTSLogProvider100 object from the collection. |
页首