IDTSLogProviderInfos100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see LogProviderInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")> _
Public Interface IDTSLogProviderInfos100 _
Inherits IEnumerable
'Usage
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
Der IDTSLogProviderInfos100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Infrastruktur Gets the number of elements contained in the collection. | |
Item | Infrastruktur Gets a IDTSLogProviderInfo100 object from the collection. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
GetEnumerator | Infrastruktur Returns an enumerator for use in iterating over the IDTSLogProviderInfos100 collection. |
Zum Anfang