IDTSLogProviderInfos100 Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
For more information, see LogProviderInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")> _
<DefaultMemberAttribute("Item")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSLogProviderInfos100
Inherits IEnumerable
[GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")]
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(4160)]
public interface IDTSLogProviderInfos100 : IEnumerable
[GuidAttribute(L"8B843F64-0AA6-4014-B649-E7E2FB342E64")]
[DefaultMemberAttribute(L"Item")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSLogProviderInfos100 : IEnumerable
/** @attribute GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64") */
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSLogProviderInfos100 extends IEnumerable
GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")
DefaultMemberAttribute("Item")
TypeLibTypeAttribute(4160)
public interface IDTSLogProviderInfos100 extends IEnumerable
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also