IDTSLogProviders100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents an interface of log providers.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
Inherits IEnumerable
'用途
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSLogProviders100 extends IEnumerable
IDTSLogProviders100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | 基礎結構。Gets the number or elements contained in the collection. | |
Item | 基礎結構。Gets a log provider object from the collection. |
上層
方法
名稱 | 說明 | |
---|---|---|
Add | 基礎結構。Adds the specified log provider to the end of the collection. | |
GetEnumerator | 基礎結構。Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. | |
Join | 基礎結構。Joins a specified log provider to the collection. | |
Remove | 基礎結構。Removes a log provider object from the IDTSLogProviders100 collection. |
上層
備註
For more information, see LogProviders.