Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Implements an interface of a log provider.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
'Usage
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 = interface end
public interface IDTSLogProvider100
Der IDTSLogProvider100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
ConfigString | Infrastruktur Gets or sets the connection and configuration information for the specific log provider. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CloseLog | Closes the log. |
![]() |
OpenLog | Infrastruktur Opens the log. |
![]() |
Validate | Validates the log and returns an enumeration that indicates success or failure. |
Zum Anfang
Hinweise
For more information, see LogProvider.
.gif)
.gif)