Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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("E5B1334F-9D6F-4124-BF17-65F57BC2C4B4")> _
Public Interface IDTSLogProviderInfo100
'Usage
Dim instance As IDTSLogProviderInfo100
[GuidAttribute("E5B1334F-9D6F-4124-BF17-65F57BC2C4B4")]
public interface IDTSLogProviderInfo100
[GuidAttribute(L"E5B1334F-9D6F-4124-BF17-65F57BC2C4B4")]
public interface class IDTSLogProviderInfo100
[<GuidAttribute("E5B1334F-9D6F-4124-BF17-65F57BC2C4B4")>]
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