IDTSLogProviderInfo100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LogProviderInfo.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("80B2488E-1A79-4251-8572-B5BD5A18A24C")> _
Public Interface IDTSLogProviderInfo100
'Usage
Dim instance As IDTSLogProviderInfo100
[GuidAttribute("80B2488E-1A79-4251-8572-B5BD5A18A24C")]
public interface IDTSLogProviderInfo100
[GuidAttribute(L"80B2488E-1A79-4251-8572-B5BD5A18A24C")]
public interface class IDTSLogProviderInfo100
[<GuidAttribute("80B2488E-1A79-4251-8572-B5BD5A18A24C")>]
type IDTSLogProviderInfo100 = interface end
public interface IDTSLogProviderInfo100
The IDTSLogProviderInfo100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
FileName | Infrastructure. For more information, see LogProviderInfo. | |
FileNameVersionString | Infrastructure. For more information, see LogProviderInfo. | |
IconFile | Infrastructure. For more information, see LogProviderInfo. | |
IconResource | Infrastructure. For more information, see LogProviderInfo. | |
LogProviderContact | Infrastructure. For more information, see LogProviderInfo. | |
LogProviderType | Infrastructure. For more information, see LogProviderInfo. | |
UITypeName | Infrastructure. For more information, see LogProviderInfo. |
Top